Html Css Color HEX #867178 Venus

📋 copy color: '#867178'

red 134 ◦ green 113 ◦ blue 120

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

Shades of Venus #867178

Tints of Venus #867178

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.79%

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

R = 36.51%
G = 30.79%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#867178 (or 0x867178) is known color: Venus. HEX triplet: 86, 71 and 78. RGB value is (134,113,120). Sum of RGB (Red+Green+Blue) = 134+113+120=367 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.51% from 367); Green value is 113 (44.53% from 255 or 30.79% from 367); Blue value is 120 (47.27% from 255 or 32.70% from 367); Max value from RGB is 134 - color contains mainly: red. Hex color #867178 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867178 is #798E87. Grayscale: #787878. Windows color (decimal): -7966344 or 7893382. OLE color: 7893382.

HSL color Cylindrical-coordinate representation of color #867178: hue angle of 340º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #867178 is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 113 120 -
CMYK 0 0.16 0.10 0.47
HSL 340º 0.09% 0.48% -
HSV(B) 340º 0.16% 0.53% -
XYZ 19.13 18.23 20.28 -
YUV 120.08 127.96 137.93 -
System Red Green Blue C M Y K H S L
Decimal 134 113 120 0 0.16 0.10 0.47 340 0.09 0.48
Hex 86 71 78 0 10 A 2F 154 9 30
Octal 206 161 170 0 20 12 57 524 11 60
Binary 10000110 1110001 1111000 0 10000 1010 101111 101010100 1001 110000

Color Harmonies of #867178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867178

Black with #867178

Text Example


Text Example

White with #867178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867178; }

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

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

background-color css

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

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

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

border-color css

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

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

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