Html Css Color HEX #878385 Venus

📋 copy color: '#878385'

red 135 ◦ green 131 ◦ blue 133

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

Shades of Venus #878385

Tints of Venus #878385

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.83%

 BLUE value IS 133 (52.34% from 255) = 33.33%

R = 33.83%
G = 32.83%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#878385 (or 0x878385) is known color: Venus. HEX triplet: 87, 83 and 85. RGB value is (135,131,133). Sum of RGB (Red+Green+Blue) = 135+131+133=399 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.83% from 399); Green value is 131 (51.56% from 255 or 32.83% from 399); Blue value is 133 (52.34% from 255 or 33.33% from 399); Max value from RGB is 135 - color contains mainly: red. Hex color #878385 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878385 is #787C7A. Grayscale: #848484. Windows color (decimal): -7896187 or 8749959. OLE color: 8749959.

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

Color convert

RGB 135 131 133 -
CMYK 0 0.03 0.01 0.47
HSL 330º 0.02% 0.52% -
HSV(B) 330º 0.03% 0.53% -
XYZ 22.34 23.08 25.47 -
YUV 132.42 128.33 129.84 -
System Red Green Blue C M Y K H S L
Decimal 135 131 133 0 0.03 0.01 0.47 330 0.02 0.52
Hex 87 83 85 0 3 1 2F 14A 2 34
Octal 207 203 205 0 3 1 57 512 2 64
Binary 10000111 10000011 10000101 0 11 1 101111 101001010 10 110100

Color Harmonies of #878385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878385

Black with #878385

Text Example


Text Example

White with #878385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878385; }

 p { color: rgb(135,131,133); }

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

background-color css

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

 a { background-color: rgb(135,131,133); }

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

border-color css

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

 span { border-color: rgb(135,131,133); }

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