Html Css Color HEX #877178 Venus

📋 copy color: '#877178'

red 135 ◦ green 113 ◦ blue 120

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

Shades of Venus #877178

Tints of Venus #877178

RGB

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

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

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

R = 36.68%
G = 30.71%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#877178 (or 0x877178) is known color: Venus. HEX triplet: 87, 71 and 78. RGB value is (135,113,120). Sum of RGB (Red+Green+Blue) = 135+113+120=368 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.68% from 368); Green value is 113 (44.53% from 255 or 30.71% from 368); Blue value is 120 (47.27% from 255 or 32.61% from 368); Max value from RGB is 135 - color contains mainly: red. Hex color #877178 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877178 is #788E87. Grayscale: #787878. Windows color (decimal): -7900808 or 7893383. OLE color: 7893383.

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

Color convert

RGB 135 113 120 -
CMYK 0 0.16 0.11 0.47
HSL 340.91º 0.09% 0.49% -
HSV(B) 340.91º 0.16% 0.53% -
XYZ 19.29 18.32 20.29 -
YUV 120.38 127.79 138.43 -
System Red Green Blue C M Y K H S L
Decimal 135 113 120 0 0.16 0.11 0.47 340.91 0.09 0.49
Hex 87 71 78 0 10 B 2F 155 9 31
Octal 207 161 170 0 20 13 57 525 11 61
Binary 10000111 1110001 1111000 0 10000 1011 101111 101010101 1001 110001

Color Harmonies of #877178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877178

Black with #877178

Text Example


Text Example

White with #877178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877178; }

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

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

background-color css

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

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

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

border-color css

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

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

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