Html Css Color HEX #87727C Venus

📋 copy color: '#87727C'

red 135 ◦ green 114 ◦ blue 124

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

Shades of Venus #87727C

Tints of Venus #87727C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.56%

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

R = 36.19%
G = 30.56%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#87727C (or 0x87727C) is known color: Venus. HEX triplet: 87, 72 and 7C. RGB value is (135,114,124). Sum of RGB (Red+Green+Blue) = 135+114+124=373 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.19% from 373); Green value is 114 (44.92% from 255 or 30.56% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 135 - color contains mainly: red. Hex color #87727C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87727C is #788D83. Grayscale: #797979. Windows color (decimal): -7900548 or 8155783. OLE color: 8155783.

HSL color Cylindrical-coordinate representation of color #87727C: hue angle of 331.43º degrees, saturation: 0.08, 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 #87727C is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 114 124 -
CMYK 0 0.16 0.08 0.47
HSL 331.43º 0.08% 0.49% -
HSV(B) 331.43º 0.16% 0.53% -
XYZ 19.65 18.64 21.63 -
YUV 121.42 129.46 137.69 -
System Red Green Blue C M Y K H S L
Decimal 135 114 124 0 0.16 0.08 0.47 331.43 0.08 0.49
Hex 87 72 7C 0 10 8 2F 14B 8 31
Octal 207 162 174 0 20 10 57 513 10 61
Binary 10000111 1110010 1111100 0 10000 1000 101111 101001011 1000 110001

Color Harmonies of #87727C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87727C

Black with #87727C

Text Example


Text Example

White with #87727C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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