Html Css Color HEX #764575 Eminence

📋 copy color: '#764575'

red 118 ◦ green 69 ◦ blue 117

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

Shades of Eminence #764575

Tints of Eminence #764575

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.7%

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

R = 38.82%
G = 22.7%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#764575 (or 0x764575) is known color: Eminence. HEX triplet: 76, 45 and 75. RGB value is (118,69,117). Sum of RGB (Red+Green+Blue) = 118+69+117=304 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.82% from 304); Green value is 69 (27.34% from 255 or 22.70% from 304); Blue value is 117 (46.09% from 255 or 38.49% from 304); Max value from RGB is 118 - color contains mainly: red. Hex color #764575 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764575 is #89BA8A. Grayscale: #585858. Windows color (decimal): -9026187 or 7685494. OLE color: 7685494.

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

Color convert

RGB 118 69 117 -
CMYK 0 0.42 0.01 0.54
HSL 301.22º 0.26% 0.37% -
HSV(B) 301.22º 0.42% 0.46% -
XYZ 12.81 9.39 17.97 -
YUV 89.12 143.73 148.6 -
System Red Green Blue C M Y K H S L
Decimal 118 69 117 0 0.42 0.01 0.54 301.22 0.26 0.37
Hex 76 45 75 0 2A 1 36 12D 1A 25
Octal 166 105 165 0 52 1 66 455 32 45
Binary 1110110 1000101 1110101 0 101010 1 110110 100101101 11010 100101

Color Harmonies of #764575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764575

Black with #764575

Text Example


Text Example

White with #764575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764575; }

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

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

background-color css

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

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

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

border-color css

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

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

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