Html Css Color HEX #765984 Affair

📋 copy color: '#765984'

red 118 ◦ green 89 ◦ blue 132

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

Shades of Affair #765984

Tints of Affair #765984

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.25%

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

R = 34.81%
G = 26.25%
B = 38.94%

CMYK

 C value IS 0.11

 M value IS 0.33

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#765984 (or 0x765984) is known color: Affair. HEX triplet: 76, 59 and 84. RGB value is (118,89,132). Sum of RGB (Red+Green+Blue) = 118+89+132=339 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.81% from 339); Green value is 89 (35.16% from 255 or 26.25% from 339); Blue value is 132 (51.95% from 255 or 38.94% from 339); Max value from RGB is 132 - color contains mainly: blue. Hex color #765984 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765984 is #89A67B. Grayscale: #666666. Windows color (decimal): -9021052 or 8673654. OLE color: 8673654.

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

Color convert

RGB 118 89 132 -
CMYK 0.11 0.33 0 0.48
HSL 280.47º 0.19% 0.43% -
HSV(B) 280.47º 0.33% 0.52% -
XYZ 15.21 12.66 23.47 -
YUV 102.57 144.61 139 -
System Red Green Blue C M Y K H S L
Decimal 118 89 132 0.11 0.33 0 0.48 280.47 0.19 0.43
Hex 76 59 84 B 21 0 30 118 13 2B
Octal 166 131 204 13 41 0 60 430 23 53
Binary 1110110 1011001 10000100 1011 100001 0 110000 100011000 10011 101011

Color Harmonies of #765984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765984

Black with #765984

Text Example


Text Example

White with #765984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765984; }

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

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

background-color css

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

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

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

border-color css

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

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

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