Html Css Color HEX #764275 Eminence

📋 copy color: '#764275'

red 118 ◦ green 66 ◦ blue 117

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

Shades of Eminence #764275

Tints of Eminence #764275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 38.87%

R = 39.2%
G = 21.93%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#764275 (or 0x764275) is known color: Eminence. HEX triplet: 76, 42 and 75. RGB value is (118,66,117). Sum of RGB (Red+Green+Blue) = 118+66+117=301 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.20% from 301); Green value is 66 (26.17% from 255 or 21.93% from 301); Blue value is 117 (46.09% from 255 or 38.87% from 301); Max value from RGB is 118 - color contains mainly: red. Hex color #764275 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764275 is #89BD8A. Grayscale: #575757. Windows color (decimal): -9026955 or 7684726. OLE color: 7684726.

HSL color Cylindrical-coordinate representation of color #764275: hue angle of 301.15º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #764275 is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 66 117 -
CMYK 0 0.44 0.01 0.54
HSL 301.15º 0.28% 0.36% -
HSV(B) 301.15º 0.44% 0.46% -
XYZ 12.63 9.03 17.91 -
YUV 87.36 144.73 149.85 -
System Red Green Blue C M Y K H S L
Decimal 118 66 117 0 0.44 0.01 0.54 301.15 0.28 0.36
Hex 76 42 75 0 2C 1 36 12D 1C 24
Octal 166 102 165 0 54 1 66 455 34 44
Binary 1110110 1000010 1110101 0 101100 1 110110 100101101 11100 100100

Color Harmonies of #764275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764275

Black with #764275

Text Example


Text Example

White with #764275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764275; }

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

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

background-color css

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

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

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

border-color css

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

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

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