Html Css Color HEX #9C8087 Venus

📋 copy color: '#9C8087'

red 156 ◦ green 128 ◦ blue 135

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

Shades of Venus #9C8087

Tints of Venus #9C8087

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.55%

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

R = 37.23%
G = 30.55%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.13

 K value IS 0.39

RGB Variations

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

Color information

#9C8087 (or 0x9C8087) is known color: Venus. HEX triplet: 9C, 80 and 87. RGB value is (156,128,135). Sum of RGB (Red+Green+Blue) = 156+128+135=419 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.23% from 419); Green value is 128 (50.39% from 255 or 30.55% from 419); Blue value is 135 (53.12% from 255 or 32.22% from 419); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8087 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8087 is #637F78. Grayscale: #898989. Windows color (decimal): -6520697 or 8880284. OLE color: 8880284.

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

Color convert

RGB 156 128 135 -
CMYK 0 0.18 0.13 0.39
HSL 345º 0.12% 0.56% -
HSV(B) 345º 0.18% 0.61% -
XYZ 25.8 24.26 26.24 -
YUV 137.17 126.78 141.43 -
System Red Green Blue C M Y K H S L
Decimal 156 128 135 0 0.18 0.13 0.39 345 0.12 0.56
Hex 9C 80 87 0 12 D 27 159 C 38
Octal 234 200 207 0 22 15 47 531 14 70
Binary 10011100 10000000 10000111 0 10010 1101 100111 101011001 1100 111000

Color Harmonies of #9C8087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8087

Black with #9C8087

Text Example


Text Example

White with #9C8087

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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