Html Css Color HEX #764287 Affair

📋 copy color: '#764287'

red 118 ◦ green 66 ◦ blue 135

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

Shades of Affair #764287

Tints of Affair #764287

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.69%

 BLUE value IS 135 (53.13% from 255) = 42.32%

R = 36.99%
G = 20.69%
B = 42.32%

CMYK

 C value IS 0.13

 M value IS 0.51

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#764287 (or 0x764287) is known color: Affair. HEX triplet: 76, 42 and 87. RGB value is (118,66,135). Sum of RGB (Red+Green+Blue) = 118+66+135=319 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.99% from 319); Green value is 66 (26.17% from 255 or 20.69% from 319); Blue value is 135 (53.12% from 255 or 42.32% from 319); Max value from RGB is 135 - color contains mainly: blue. Hex color #764287 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764287 is #89BD78. Grayscale: #595959. Windows color (decimal): -9026937 or 8864374. OLE color: 8864374.

HSL color Cylindrical-coordinate representation of color #764287: hue angle of 285.22º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #764287 is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 118 66 135 -
CMYK 0.13 0.51 0 0.47
HSL 285.22º 0.34% 0.39% -
HSV(B) 285.22º 0.51% 0.53% -
XYZ 13.79 9.5 24.03 -
YUV 89.41 153.73 148.39 -
System Red Green Blue C M Y K H S L
Decimal 118 66 135 0.13 0.51 0 0.47 285.22 0.34 0.39
Hex 76 42 87 D 33 0 2F 11D 22 27
Octal 166 102 207 15 63 0 57 435 42 47
Binary 1110110 1000010 10000111 1101 110011 0 101111 100011101 100010 100111

Color Harmonies of #764287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764287

Black with #764287

Text Example


Text Example

White with #764287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764287; }

 p { color: rgb(118,66,135); }

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

background-color css

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

 a { background-color: rgb(118,66,135); }

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

border-color css

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

 span { border-color: rgb(118,66,135); }

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