Html Css Color HEX #87757D Venus

📋 copy color: '#87757D'

red 135 ◦ green 117 ◦ blue 125

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

Shades of Venus #87757D

Tints of Venus #87757D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.03%

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

R = 35.81%
G = 31.03%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#87757D (or 0x87757D) is known color: Venus. HEX triplet: 87, 75 and 7D. RGB value is (135,117,125). Sum of RGB (Red+Green+Blue) = 135+117+125=377 (49% of max value = 765). Red value is 135 (53.12% from 255 or 35.81% from 377); Green value is 117 (46.09% from 255 or 31.03% from 377); Blue value is 125 (49.22% from 255 or 33.16% from 377); Max value from RGB is 135 - color contains mainly: red. Hex color #87757D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87757D is #788A82. Grayscale: #7B7B7B. Windows color (decimal): -7899779 or 8222087. OLE color: 8222087.

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

Color convert

RGB 135 117 125 -
CMYK 0 0.13 0.07 0.47
HSL 333.33º 0.07% 0.49% -
HSV(B) 333.33º 0.13% 0.53% -
XYZ 20.05 19.35 22.08 -
YUV 123.29 128.96 136.35 -
System Red Green Blue C M Y K H S L
Decimal 135 117 125 0 0.13 0.07 0.47 333.33 0.07 0.49
Hex 87 75 7D 0 D 7 2F 14D 7 31
Octal 207 165 175 0 15 7 57 515 7 61
Binary 10000111 1110101 1111101 0 1101 111 101111 101001101 111 110001

Color Harmonies of #87757D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87757D

Black with #87757D

Text Example


Text Example

White with #87757D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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