Html Css Color HEX #87797E Venus

📋 copy color: '#87797E'

red 135 ◦ green 121 ◦ blue 126

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

Shades of Venus #87797E

Tints of Venus #87797E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.98%

R = 35.34%
G = 31.68%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#87797E (or 0x87797E) is known color: Venus. HEX triplet: 87, 79 and 7E. RGB value is (135,121,126). Sum of RGB (Red+Green+Blue) = 135+121+126=382 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.34% from 382); Green value is 121 (47.66% from 255 or 31.68% from 382); Blue value is 126 (49.61% from 255 or 32.98% from 382); Max value from RGB is 135 - color contains mainly: red. Hex color #87797E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87797E is #788681. Grayscale: #7D7D7D. Windows color (decimal): -7898754 or 8288647. OLE color: 8288647.

HSL color Cylindrical-coordinate representation of color #87797E: hue angle of 338.57º 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 #87797E is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 121 126 -
CMYK 0 0.10 0.07 0.47
HSL 338.57º 0.06% 0.5% -
HSV(B) 338.57º 0.1% 0.53% -
XYZ 20.59 20.33 22.58 -
YUV 125.76 128.14 134.59 -
System Red Green Blue C M Y K H S L
Decimal 135 121 126 0 0.10 0.07 0.47 338.57 0.06 0.5
Hex 87 79 7E 0 A 7 2F 153 6 32
Octal 207 171 176 0 12 7 57 523 6 62
Binary 10000111 1111001 1111110 0 1010 111 101111 101010011 110 110010

Color Harmonies of #87797E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87797E

Black with #87797E

Text Example


Text Example

White with #87797E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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