Html Css Color HEX #8C8284 Venus

📋 copy color: '#8C8284'

red 140 ◦ green 130 ◦ blue 132

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

Shades of Venus #8C8284

Tints of Venus #8C8284

RGB

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

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

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

R = 34.83%
G = 32.34%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.06

 K value IS 0.45

RGB Variations

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

Color information

#8C8284 (or 0x8C8284) is known color: Venus. HEX triplet: 8C, 82 and 84. RGB value is (140,130,132). Sum of RGB (Red+Green+Blue) = 140+130+132=402 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.83% from 402); Green value is 130 (51.17% from 255 or 32.34% from 402); Blue value is 132 (51.95% from 255 or 32.84% from 402); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8284 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8284 is #737D7B. Grayscale: #858585. Windows color (decimal): -7568764 or 8684172. OLE color: 8684172.

HSL color Cylindrical-coordinate representation of color #8C8284: hue angle of 348º 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 #8C8284 is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 130 132 -
CMYK 0 0.07 0.06 0.45
HSL 348º 0.04% 0.53% -
HSV(B) 348º 0.07% 0.55% -
XYZ 22.96 23.21 25.1 -
YUV 133.22 127.31 132.84 -
System Red Green Blue C M Y K H S L
Decimal 140 130 132 0 0.07 0.06 0.45 348 0.04 0.53
Hex 8C 82 84 0 7 6 2D 15C 4 35
Octal 214 202 204 0 7 6 55 534 4 65
Binary 10001100 10000010 10000100 0 111 110 101101 101011100 100 110101

Color Harmonies of #8C8284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8284

Black with #8C8284

Text Example


Text Example

White with #8C8284

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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