Html Css Color HEX #867375 Empress

📋 copy color: '#867375'

red 134 ◦ green 115 ◦ blue 117

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

Shades of Empress #867375

Tints of Empress #867375

RGB

 RED value IS 134 (52.73% from 255) = 36.61%

 GREEN value IS 115 (45.31% from 255) = 31.42%

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

R = 36.61%
G = 31.42%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#867375 (or 0x867375) is known color: Empress. HEX triplet: 86, 73 and 75. RGB value is (134,115,117). Sum of RGB (Red+Green+Blue) = 134+115+117=366 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.61% from 366); Green value is 115 (45.31% from 255 or 31.42% from 366); Blue value is 117 (46.09% from 255 or 31.97% from 366); Max value from RGB is 134 - color contains mainly: red. Hex color #867375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867375 is #798C8A. Grayscale: #787878. Windows color (decimal): -7965835 or 7697286. OLE color: 7697286.

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

Color convert

RGB 134 115 117 -
CMYK 0 0.14 0.13 0.47
HSL 353.68º 0.08% 0.49% -
HSV(B) 353.68º 0.14% 0.53% -
XYZ 19.17 18.61 19.41 -
YUV 120.91 125.79 137.34 -
System Red Green Blue C M Y K H S L
Decimal 134 115 117 0 0.14 0.13 0.47 353.68 0.08 0.49
Hex 86 73 75 0 E D 2F 162 8 31
Octal 206 163 165 0 16 15 57 542 10 61
Binary 10000110 1110011 1110101 0 1110 1101 101111 101100010 1000 110001

Color Harmonies of #867375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867375

Black with #867375

Text Example


Text Example

White with #867375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867375; }

 p { color: rgb(134,115,117); }

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

background-color css

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

 a { background-color: rgb(134,115,117); }

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

border-color css

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

 span { border-color: rgb(134,115,117); }

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