Html Css Color HEX #878384 Venus

📋 copy color: '#878384'

red 135 ◦ green 131 ◦ blue 132

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

Shades of Venus #878384

Tints of Venus #878384

RGB

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

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

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

R = 33.92%
G = 32.91%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#878384 (or 0x878384) is known color: Venus. HEX triplet: 87, 83 and 84. RGB value is (135,131,132). Sum of RGB (Red+Green+Blue) = 135+131+132=398 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.92% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 132 (51.95% from 255 or 33.17% from 398); Max value from RGB is 135 - color contains mainly: red. Hex color #878384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878384 is #787C7B. Grayscale: #848484. Windows color (decimal): -7896188 or 8684423. OLE color: 8684423.

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

Color convert

RGB 135 131 132 -
CMYK 0 0.03 0.02 0.47
HSL 345º 0.02% 0.52% -
HSV(B) 345º 0.03% 0.53% -
XYZ 22.27 23.05 25.1 -
YUV 132.31 127.83 129.92 -
System Red Green Blue C M Y K H S L
Decimal 135 131 132 0 0.03 0.02 0.47 345 0.02 0.52
Hex 87 83 84 0 3 2 2F 159 2 34
Octal 207 203 204 0 3 2 57 531 2 64
Binary 10000111 10000011 10000100 0 11 10 101111 101011001 10 110100

Color Harmonies of #878384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878384

Black with #878384

Text Example


Text Example

White with #878384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878384; }

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

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

background-color css

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

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

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

border-color css

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

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

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