Html Css Color HEX #867378 Empress

📋 copy color: '#867378'

red 134 ◦ green 115 ◦ blue 120

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

Shades of Empress #867378

Tints of Empress #867378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 32.52%

R = 36.31%
G = 31.17%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#867378 (or 0x867378) is known color: Empress. HEX triplet: 86, 73 and 78. RGB value is (134,115,120). Sum of RGB (Red+Green+Blue) = 134+115+120=369 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.31% from 369); Green value is 115 (45.31% from 255 or 31.17% from 369); Blue value is 120 (47.27% from 255 or 32.52% from 369); Max value from RGB is 134 - color contains mainly: red. Hex color #867378 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867378 is #798C87. Grayscale: #797979. Windows color (decimal): -7965832 or 7893894. OLE color: 7893894.

HSL color Cylindrical-coordinate representation of color #867378: hue angle of 344.21º 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 #867378 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 115 120 -
CMYK 0 0.14 0.10 0.47
HSL 344.21º 0.08% 0.49% -
HSV(B) 344.21º 0.14% 0.53% -
XYZ 19.35 18.69 20.36 -
YUV 121.25 127.29 137.09 -
System Red Green Blue C M Y K H S L
Decimal 134 115 120 0 0.14 0.10 0.47 344.21 0.08 0.49
Hex 86 73 78 0 E A 2F 158 8 31
Octal 206 163 170 0 16 12 57 530 10 61
Binary 10000110 1110011 1111000 0 1110 1010 101111 101011000 1000 110001

Color Harmonies of #867378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867378

Black with #867378

Text Example


Text Example

White with #867378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867378; }

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

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

background-color css

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

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

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

border-color css

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

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

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