Html Css Color HEX #817074 Empress

📋 copy color: '#817074'

red 129 ◦ green 112 ◦ blue 116

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

Shades of Empress #817074

Tints of Empress #817074

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.37%

 BLUE value IS 116 (45.7% from 255) = 32.49%

R = 36.13%
G = 31.37%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#817074 (or 0x817074) is known color: Empress. HEX triplet: 81, 70 and 74. RGB value is (129,112,116). Sum of RGB (Red+Green+Blue) = 129+112+116=357 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.13% from 357); Green value is 112 (44.14% from 255 or 31.37% from 357); Blue value is 116 (45.70% from 255 or 32.49% from 357); Max value from RGB is 129 - color contains mainly: red. Hex color #817074 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817074 is #7E8F8B. Grayscale: #757575. Windows color (decimal): -8294284 or 7630977. OLE color: 7630977.

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

Color convert

RGB 129 112 116 -
CMYK 0 0.13 0.10 0.49
HSL 345.88º 0.07% 0.47% -
HSV(B) 345.88º 0.13% 0.51% -
XYZ 18 17.52 18.96 -
YUV 117.54 127.13 136.17 -
System Red Green Blue C M Y K H S L
Decimal 129 112 116 0 0.13 0.10 0.49 345.88 0.07 0.47
Hex 81 70 74 0 D A 31 15A 7 2F
Octal 201 160 164 0 15 12 61 532 7 57
Binary 10000001 1110000 1110100 0 1101 1010 110001 101011010 111 101111

Color Harmonies of #817074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817074

Black with #817074

Text Example


Text Example

White with #817074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817074; }

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

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

background-color css

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

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

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

border-color css

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

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

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