Html Css Color HEX #876768 Empress

📋 copy color: '#876768'

red 135 ◦ green 103 ◦ blue 104

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

Shades of Empress #876768

Tints of Empress #876768

RGB

 RED value IS 135 (53.13% from 255) = 39.47%

 GREEN value IS 103 (40.63% from 255) = 30.12%

 BLUE value IS 104 (41.02% from 255) = 30.41%

R = 39.47%
G = 30.12%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#876768 (or 0x876768) is known color: Empress. HEX triplet: 87, 67 and 68. RGB value is (135,103,104). Sum of RGB (Red+Green+Blue) = 135+103+104=342 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.47% from 342); Green value is 103 (40.62% from 255 or 30.12% from 342); Blue value is 104 (41.02% from 255 or 30.41% from 342); Max value from RGB is 135 - color contains mainly: red. Hex color #876768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876768 is #789897. Grayscale: #707070. Windows color (decimal): -7903384 or 6842247. OLE color: 6842247.

HSL color Cylindrical-coordinate representation of color #876768: hue angle of 358.12º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #876768 is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 103 104 -
CMYK 0 0.24 0.23 0.47
HSL 358.13º 0.13% 0.47% -
HSV(B) 358.13º 0.24% 0.53% -
XYZ 17.34 15.85 15.24 -
YUV 112.68 123.1 143.92 -
System Red Green Blue C M Y K H S L
Decimal 135 103 104 0 0.24 0.23 0.47 358.13 0.13 0.47
Hex 87 67 68 0 18 17 2F 166 D 2F
Octal 207 147 150 0 30 27 57 546 15 57
Binary 10000111 1100111 1101000 0 11000 10111 101111 101100110 1101 101111

Color Harmonies of #876768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876768

Black with #876768

Text Example


Text Example

White with #876768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876768; }

 p { color: rgb(135,103,104); }

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

background-color css

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

 a { background-color: rgb(135,103,104); }

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

border-color css

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

 span { border-color: rgb(135,103,104); }

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