Html Css Color HEX #87757A Venus

📋 copy color: '#87757A'

red 135 ◦ green 117 ◦ blue 122

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

Shades of Venus #87757A

Tints of Venus #87757A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.62%

R = 36.1%
G = 31.28%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#87757A (or 0x87757A) is known color: Venus. HEX triplet: 87, 75 and 7A. RGB value is (135,117,122). Sum of RGB (Red+Green+Blue) = 135+117+122=374 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.10% from 374); Green value is 117 (46.09% from 255 or 31.28% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 135 - color contains mainly: red. Hex color #87757A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87757A is #788A85. Grayscale: #7A7A7A. Windows color (decimal): -7899782 or 8025479. OLE color: 8025479.

HSL color Cylindrical-coordinate representation of color #87757A: hue angle of 343.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 #87757A is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 117 122 -
CMYK 0 0.13 0.10 0.47
HSL 343.33º 0.07% 0.49% -
HSV(B) 343.33º 0.13% 0.53% -
XYZ 19.87 19.28 21.09 -
YUV 122.95 127.46 136.59 -
System Red Green Blue C M Y K H S L
Decimal 135 117 122 0 0.13 0.10 0.47 343.33 0.07 0.49
Hex 87 75 7A 0 D A 2F 157 7 31
Octal 207 165 172 0 15 12 57 527 7 61
Binary 10000111 1110101 1111010 0 1101 1010 101111 101010111 111 110001

Color Harmonies of #87757A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87757A

Black with #87757A

Text Example


Text Example

White with #87757A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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