Html Css Color HEX #87747D Venus

📋 copy color: '#87747D'

red 135 ◦ green 116 ◦ blue 125

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

Shades of Venus #87747D

Tints of Venus #87747D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.85%

 BLUE value IS 125 (49.22% from 255) = 33.24%

R = 35.9%
G = 30.85%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#87747D (or 0x87747D) is known color: Venus. HEX triplet: 87, 74 and 7D. RGB value is (135,116,125). Sum of RGB (Red+Green+Blue) = 135+116+125=376 (49% of max value = 765). Red value is 135 (53.12% from 255 or 35.90% from 376); Green value is 116 (45.70% from 255 or 30.85% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 135 - color contains mainly: red. Hex color #87747D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87747D is #788B82. Grayscale: #7A7A7A. Windows color (decimal): -7900035 or 8221831. OLE color: 8221831.

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

Color convert

RGB 135 116 125 -
CMYK 0 0.14 0.07 0.47
HSL 331.58º 0.08% 0.49% -
HSV(B) 331.58º 0.14% 0.53% -
XYZ 19.94 19.12 22.04 -
YUV 122.71 129.29 136.77 -
System Red Green Blue C M Y K H S L
Decimal 135 116 125 0 0.14 0.07 0.47 331.58 0.08 0.49
Hex 87 74 7D 0 E 7 2F 14C 8 31
Octal 207 164 175 0 16 7 57 514 10 61
Binary 10000111 1110100 1111101 0 1110 111 101111 101001100 1000 110001

Color Harmonies of #87747D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87747D

Black with #87747D

Text Example


Text Example

White with #87747D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87747D; }

 p { color: rgb(135,116,125); }

 H1.HeaderClassName
 {
   color: #87747D;
 }
 .AnyTagClassName
 {
   color: #87747D;
 }
</style>

background-color css

<style>
 a { background-color: #87747D; }

 a { background-color: rgb(135,116,125); }

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

border-color css

<style>
 span { border-color: #87747D; }

 span { border-color: rgb(135,116,125); }

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