Html Css Color HEX #878283 Venus

📋 copy color: '#878283'

red 135 ◦ green 130 ◦ blue 131

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

Shades of Venus #878283

Tints of Venus #878283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 33.08%

R = 34.09%
G = 32.83%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#878283 (or 0x878283) is known color: Venus. HEX triplet: 87, 82 and 83. RGB value is (135,130,131). Sum of RGB (Red+Green+Blue) = 135+130+131=396 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.09% from 396); Green value is 130 (51.17% from 255 or 32.83% from 396); Blue value is 131 (51.56% from 255 or 33.08% from 396); Max value from RGB is 135 - color contains mainly: red. Hex color #878283 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878283 is #787D7C. Grayscale: #838383. Windows color (decimal): -7896445 or 8618631. OLE color: 8618631.

HSL color Cylindrical-coordinate representation of color #878283: hue angle of 348º 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 #878283 is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 130 131 -
CMYK 0 0.04 0.03 0.47
HSL 348º 0.02% 0.52% -
HSV(B) 348º 0.04% 0.53% -
XYZ 22.07 22.75 24.7 -
YUV 131.61 127.66 130.42 -
System Red Green Blue C M Y K H S L
Decimal 135 130 131 0 0.04 0.03 0.47 348 0.02 0.52
Hex 87 82 83 0 4 3 2F 15C 2 34
Octal 207 202 203 0 4 3 57 534 2 64
Binary 10000111 10000010 10000011 0 100 11 101111 101011100 10 110100

Color Harmonies of #878283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878283

Black with #878283

Text Example


Text Example

White with #878283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878283; }

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

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

background-color css

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

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

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

border-color css

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

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

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