Html Css Color HEX #878284 Venus

📋 copy color: '#878284'

red 135 ◦ green 130 ◦ blue 132

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

Shades of Venus #878284

Tints of Venus #878284

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.75%

 BLUE value IS 132 (51.95% from 255) = 33.25%

R = 34.01%
G = 32.75%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#878284 (or 0x878284) is known color: Venus. HEX triplet: 87, 82 and 84. RGB value is (135,130,132). Sum of RGB (Red+Green+Blue) = 135+130+132=397 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.01% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 132 (51.95% from 255 or 33.25% from 397); Max value from RGB is 135 - color contains mainly: red. Hex color #878284 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878284 is #787D7B. Grayscale: #838383. Windows color (decimal): -7896444 or 8684167. OLE color: 8684167.

HSL color Cylindrical-coordinate representation of color #878284: hue angle of 336º degrees, saturation: 0.02, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #878284 is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 130 132 -
CMYK 0 0.04 0.02 0.47
HSL 336º 0.02% 0.52% -
HSV(B) 336º 0.04% 0.53% -
XYZ 22.14 22.78 25.06 -
YUV 131.72 128.16 130.34 -
System Red Green Blue C M Y K H S L
Decimal 135 130 132 0 0.04 0.02 0.47 336 0.02 0.52
Hex 87 82 84 0 4 2 2F 150 2 34
Octal 207 202 204 0 4 2 57 520 2 64
Binary 10000111 10000010 10000100 0 100 10 101111 101010000 10 110100

Color Harmonies of #878284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878284

Black with #878284

Text Example


Text Example

White with #878284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878284; }

 p { color: rgb(135,130,132); }

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

background-color css

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

 a { background-color: rgb(135,130,132); }

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

border-color css

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

 span { border-color: rgb(135,130,132); }

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