Html Css Color HEX #8C8287 Venus

📋 copy color: '#8C8287'

red 140 ◦ green 130 ◦ blue 135

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

Shades of Venus #8C8287

Tints of Venus #8C8287

RGB

 RED value IS 140 (55.08% from 255) = 34.57%

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

 BLUE value IS 135 (53.13% from 255) = 33.33%

R = 34.57%
G = 32.1%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#8C8287 (or 0x8C8287) is known color: Venus. HEX triplet: 8C, 82 and 87. RGB value is (140,130,135). Sum of RGB (Red+Green+Blue) = 140+130+135=405 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.57% from 405); Green value is 130 (51.17% from 255 or 32.10% from 405); Blue value is 135 (53.12% from 255 or 33.33% from 405); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8287 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8287 is #737D78. Grayscale: #858585. Windows color (decimal): -7568761 or 8880780. OLE color: 8880780.

HSL color Cylindrical-coordinate representation of color #8C8287: hue angle of 330º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8C8287 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 130 135 -
CMYK 0 0.07 0.04 0.45
HSL 330º 0.04% 0.53% -
HSV(B) 330º 0.07% 0.55% -
XYZ 23.17 23.29 26.2 -
YUV 133.56 128.81 132.59 -
System Red Green Blue C M Y K H S L
Decimal 140 130 135 0 0.07 0.04 0.45 330 0.04 0.53
Hex 8C 82 87 0 7 4 2D 14A 4 35
Octal 214 202 207 0 7 4 55 512 4 65
Binary 10001100 10000010 10000111 0 111 100 101101 101001010 100 110101

Color Harmonies of #8C8287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8287

Black with #8C8287

Text Example


Text Example

White with #8C8287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C8287; }

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

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

background-color css

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

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

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

border-color css

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

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

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