Html Css Color HEX #87747A Venus

📋 copy color: '#87747A'

red 135 ◦ green 116 ◦ blue 122

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

Shades of Venus #87747A

Tints of Venus #87747A

RGB

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

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

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

R = 36.19%
G = 31.1%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#87747A (or 0x87747A) is known color: Venus. HEX triplet: 87, 74 and 7A. RGB value is (135,116,122). Sum of RGB (Red+Green+Blue) = 135+116+122=373 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.19% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 135 - color contains mainly: red. Hex color #87747A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87747A is #788B85. Grayscale: #7A7A7A. Windows color (decimal): -7900038 or 8025223. OLE color: 8025223.

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

Color convert

RGB 135 116 122 -
CMYK 0 0.14 0.10 0.47
HSL 341.05º 0.08% 0.49% -
HSV(B) 341.05º 0.14% 0.53% -
XYZ 19.75 19.05 21.05 -
YUV 122.37 127.79 137.01 -
System Red Green Blue C M Y K H S L
Decimal 135 116 122 0 0.14 0.10 0.47 341.05 0.08 0.49
Hex 87 74 7A 0 E A 2F 155 8 31
Octal 207 164 172 0 16 12 57 525 10 61
Binary 10000111 1110100 1111010 0 1110 1010 101111 101010101 1000 110001

Color Harmonies of #87747A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87747A

Black with #87747A

Text Example


Text Example

White with #87747A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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