Html Css Color HEX #816C75 Empress

📋 copy color: '#816C75'

red 129 ◦ green 108 ◦ blue 117

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

Shades of Empress #816C75

Tints of Empress #816C75

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.51%

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

R = 36.44%
G = 30.51%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#816C75 (or 0x816C75) is known color: Empress. HEX triplet: 81, 6C and 75. RGB value is (129,108,117). Sum of RGB (Red+Green+Blue) = 129+108+117=354 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.44% from 354); Green value is 108 (42.58% from 255 or 30.51% from 354); Blue value is 117 (46.09% from 255 or 33.05% from 354); Max value from RGB is 129 - color contains mainly: red. Hex color #816C75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816C75 is #7E938A. Grayscale: #737373. Windows color (decimal): -8295307 or 7695489. OLE color: 7695489.

HSL color Cylindrical-coordinate representation of color #816C75: hue angle of 334.29º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #816C75 is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 108 117 -
CMYK 0 0.16 0.09 0.49
HSL 334.29º 0.09% 0.46% -
HSV(B) 334.29º 0.16% 0.51% -
XYZ 17.63 16.68 19.12 -
YUV 115.31 128.96 137.77 -
System Red Green Blue C M Y K H S L
Decimal 129 108 117 0 0.16 0.09 0.49 334.29 0.09 0.46
Hex 81 6C 75 0 10 9 31 14E 9 2E
Octal 201 154 165 0 20 11 61 516 11 56
Binary 10000001 1101100 1110101 0 10000 1001 110001 101001110 1001 101110

Color Harmonies of #816C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816C75

Black with #816C75

Text Example


Text Example

White with #816C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816C75; }

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

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

background-color css

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

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

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

border-color css

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

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

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