Html Css Color HEX #87767C Venus

📋 copy color: '#87767C'

red 135 ◦ green 118 ◦ blue 124

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

Shades of Venus #87767C

Tints of Venus #87767C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.3%

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

R = 35.81%
G = 31.3%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#87767C (or 0x87767C) is known color: Venus. HEX triplet: 87, 76 and 7C. RGB value is (135,118,124). Sum of RGB (Red+Green+Blue) = 135+118+124=377 (49% of max value = 765). Red value is 135 (53.12% from 255 or 35.81% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 124 (48.83% from 255 or 32.89% from 377); Max value from RGB is 135 - color contains mainly: red. Hex color #87767C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87767C is #788983. Grayscale: #7B7B7B. Windows color (decimal): -7899524 or 8156807. OLE color: 8156807.

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

Color convert

RGB 135 118 124 -
CMYK 0 0.13 0.08 0.47
HSL 338.82º 0.07% 0.5% -
HSV(B) 338.82º 0.13% 0.53% -
XYZ 20.11 19.56 21.79 -
YUV 123.77 128.13 136.01 -
System Red Green Blue C M Y K H S L
Decimal 135 118 124 0 0.13 0.08 0.47 338.82 0.07 0.5
Hex 87 76 7C 0 D 8 2F 153 7 32
Octal 207 166 174 0 15 10 57 523 7 62
Binary 10000111 1110110 1111100 0 1101 1000 101111 101010011 111 110010

Color Harmonies of #87767C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87767C

Black with #87767C

Text Example


Text Example

White with #87767C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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