Html Css Color HEX #9C8387 Venus

📋 copy color: '#9C8387'

red 156 ◦ green 131 ◦ blue 135

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

Shades of Venus #9C8387

Tints of Venus #9C8387

RGB

 RED value IS 156 (61.33% from 255) = 36.97%

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

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

R = 36.97%
G = 31.04%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.13

 K value IS 0.39

RGB Variations

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

Color information

#9C8387 (or 0x9C8387) is known color: Venus. HEX triplet: 9C, 83 and 87. RGB value is (156,131,135). Sum of RGB (Red+Green+Blue) = 156+131+135=422 (55% of max value = 765). Red value is 156 (61.33% from 255 or 36.97% from 422); Green value is 131 (51.56% from 255 or 31.04% from 422); Blue value is 135 (53.12% from 255 or 31.99% from 422); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8387 is #637C78. Grayscale: #8A8A8A. Windows color (decimal): -6519929 or 8881052. OLE color: 8881052.

HSL color Cylindrical-coordinate representation of color #9C8387: hue angle of 350.4º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9C8387 is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 131 135 -
CMYK 0 0.16 0.13 0.39
HSL 350.4º 0.11% 0.56% -
HSV(B) 350.4º 0.16% 0.61% -
XYZ 26.2 25.05 26.38 -
YUV 138.93 125.78 140.17 -
System Red Green Blue C M Y K H S L
Decimal 156 131 135 0 0.16 0.13 0.39 350.4 0.11 0.56
Hex 9C 83 87 0 10 D 27 15E B 38
Octal 234 203 207 0 20 15 47 536 13 70
Binary 10011100 10000011 10000111 0 10000 1101 100111 101011110 1011 111000

Color Harmonies of #9C8387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8387

Black with #9C8387

Text Example


Text Example

White with #9C8387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C8387; }

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

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

background-color css

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

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

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

border-color css

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

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

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