Html Css Color HEX #87787C Venus

📋 copy color: '#87787C'

red 135 ◦ green 120 ◦ blue 124

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

Shades of Venus #87787C

Tints of Venus #87787C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.66%

 BLUE value IS 124 (48.83% from 255) = 32.72%

R = 35.62%
G = 31.66%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#87787C (or 0x87787C) is known color: Venus. HEX triplet: 87, 78 and 7C. RGB value is (135,120,124). Sum of RGB (Red+Green+Blue) = 135+120+124=379 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.62% from 379); Green value is 120 (47.27% from 255 or 31.66% from 379); Blue value is 124 (48.83% from 255 or 32.72% from 379); Max value from RGB is 135 - color contains mainly: red. Hex color #87787C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87787C is #788783. Grayscale: #7C7C7C. Windows color (decimal): -7899012 or 8157319. OLE color: 8157319.

HSL color Cylindrical-coordinate representation of color #87787C: hue angle of 344º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #87787C is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 120 124 -
CMYK 0 0.11 0.08 0.47
HSL 344º 0.06% 0.5% -
HSV(B) 344º 0.11% 0.53% -
XYZ 20.35 20.04 21.86 -
YUV 124.94 127.47 135.17 -
System Red Green Blue C M Y K H S L
Decimal 135 120 124 0 0.11 0.08 0.47 344 0.06 0.5
Hex 87 78 7C 0 B 8 2F 158 6 32
Octal 207 170 174 0 13 10 57 530 6 62
Binary 10000111 1111000 1111100 0 1011 1000 101111 101011000 110 110010

Color Harmonies of #87787C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87787C

Black with #87787C

Text Example


Text Example

White with #87787C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87787C; }

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

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

background-color css

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

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

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

border-color css

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

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

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