Html Css Color HEX #817475 Empress

📋 copy color: '#817475'

red 129 ◦ green 116 ◦ blue 117

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

Shades of Empress #817475

Tints of Empress #817475

RGB

 RED value IS 129 (50.78% from 255) = 35.64%

 GREEN value IS 116 (45.7% from 255) = 32.04%

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

R = 35.64%
G = 32.04%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#817475 (or 0x817475) is known color: Empress. HEX triplet: 81, 74 and 75. RGB value is (129,116,117). Sum of RGB (Red+Green+Blue) = 129+116+117=362 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.64% from 362); Green value is 116 (45.70% from 255 or 32.04% from 362); Blue value is 117 (46.09% from 255 or 32.32% from 362); Max value from RGB is 129 - color contains mainly: red. Hex color #817475 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817475 is #7E8B8A. Grayscale: #787878. Windows color (decimal): -8293259 or 7697537. OLE color: 7697537.

HSL color Cylindrical-coordinate representation of color #817475: hue angle of 355.38º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #817475 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 116 117 -
CMYK 0 0.10 0.09 0.49
HSL 355.38º 0.05% 0.48% -
HSV(B) 355.38º 0.1% 0.51% -
XYZ 18.51 18.44 19.41 -
YUV 120 126.31 134.42 -
System Red Green Blue C M Y K H S L
Decimal 129 116 117 0 0.10 0.09 0.49 355.38 0.05 0.48
Hex 81 74 75 0 A 9 31 163 5 30
Octal 201 164 165 0 12 11 61 543 5 60
Binary 10000001 1110100 1110101 0 1010 1001 110001 101100011 101 110000

Color Harmonies of #817475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817475

Black with #817475

Text Example


Text Example

White with #817475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817475; }

 p { color: rgb(129,116,117); }

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

background-color css

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

 a { background-color: rgb(129,116,117); }

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

border-color css

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

 span { border-color: rgb(129,116,117); }

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