Html Css Color HEX #765784 Affair

📋 copy color: '#765784'

red 118 ◦ green 87 ◦ blue 132

#765784
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Affair #765784

Tints of Affair #765784

RGB

 RED value IS 118 (46.48% from 255) = 35.01%

 GREEN value IS 87 (34.38% from 255) = 25.82%

 BLUE value IS 132 (51.95% from 255) = 39.17%

R = 35.01%
G = 25.82%
B = 39.17%

CMYK

 C value IS 0.11

 M value IS 0.34

 Y value IS 0

 K value IS 0.48

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#765784 (or 0x765784) is known color: Affair. HEX triplet: 76, 57 and 84. RGB value is (118,87,132). Sum of RGB (Red+Green+Blue) = 118+87+132=337 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.01% from 337); Green value is 87 (34.38% from 255 or 25.82% from 337); Blue value is 132 (51.95% from 255 or 39.17% from 337); Max value from RGB is 132 - color contains mainly: blue. Hex color #765784 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765784 is #89A87B. Grayscale: #656565. Windows color (decimal): -9021564 or 8673142. OLE color: 8673142.

HSL color Cylindrical-coordinate representation of color #765784: hue angle of 281.33º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #765784 is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 118 87 132 -
CMYK 0.11 0.34 0 0.48
HSL 281.33º 0.21% 0.43% -
HSV(B) 281.33º 0.34% 0.52% -
XYZ 15.04 12.33 23.42 -
YUV 101.4 145.27 139.84 -
System Red Green Blue C M Y K H S L
Decimal 118 87 132 0.11 0.34 0 0.48 281.33 0.21 0.43
Hex 76 57 84 B 22 0 30 119 15 2B
Octal 166 127 204 13 42 0 60 431 25 53
Binary 1110110 1010111 10000100 1011 100010 0 110000 100011001 10101 101011

Color Harmonies of #765784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765784

Black with #765784

Text Example


Text Example

White with #765784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765784; }

 p { color: rgb(118,87,132); }

 H1.HeaderClassName
 {
   color: #765784;
 }
 .AnyTagClassName
 {
   color: #765784;
 }
</style>

background-color css

<style>
 a { background-color: #765784; }

 a { background-color: rgb(118,87,132); }

 div.DivClassName
 {
   background-color: #765784;
 }
 .BgClassName
 {
   background-color: #765784;
 }
</style>

border-color css

<style>
 span { border-color: #765784; }

 span { border-color: rgb(118,87,132); }

 td.TdClassName
 {
   border-color: #765784;
 }
 .TagClassName
 {
   border-color: #765784;
 }
</style>