Html Css Color HEX #87797C Venus

📋 copy color: '#87797C'

red 135 ◦ green 121 ◦ blue 124

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

Shades of Venus #87797C

Tints of Venus #87797C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.84%

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

R = 35.53%
G = 31.84%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#87797C (or 0x87797C) is known color: Venus. HEX triplet: 87, 79 and 7C. RGB value is (135,121,124). Sum of RGB (Red+Green+Blue) = 135+121+124=380 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.53% from 380); Green value is 121 (47.66% from 255 or 31.84% from 380); Blue value is 124 (48.83% from 255 or 32.63% from 380); Max value from RGB is 135 - color contains mainly: red. Hex color #87797C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87797C is #788683. Grayscale: #7D7D7D. Windows color (decimal): -7898756 or 8157575. OLE color: 8157575.

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

Color convert

RGB 135 121 124 -
CMYK 0 0.10 0.08 0.47
HSL 347.14º 0.06% 0.5% -
HSV(B) 347.14º 0.1% 0.53% -
XYZ 20.47 20.28 21.9 -
YUV 125.53 127.14 134.76 -
System Red Green Blue C M Y K H S L
Decimal 135 121 124 0 0.10 0.08 0.47 347.14 0.06 0.5
Hex 87 79 7C 0 A 8 2F 15B 6 32
Octal 207 171 174 0 12 10 57 533 6 62
Binary 10000111 1111001 1111100 0 1010 1000 101111 101011011 110 110010

Color Harmonies of #87797C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87797C

Black with #87797C

Text Example


Text Example

White with #87797C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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