Html Css Color HEX #9C8A8E Venus

📋 copy color: '#9C8A8E'

red 156 ◦ green 138 ◦ blue 142

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

Shades of Venus #9C8A8E

Tints of Venus #9C8A8E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.65%

 BLUE value IS 142 (55.86% from 255) = 32.57%

R = 35.78%
G = 31.65%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.09

 K value IS 0.39

RGB Variations

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

Color information

#9C8A8E (or 0x9C8A8E) is known color: Venus. HEX triplet: 9C, 8A and 8E. RGB value is (156,138,142). Sum of RGB (Red+Green+Blue) = 156+138+142=436 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.78% from 436); Green value is 138 (54.30% from 255 or 31.65% from 436); Blue value is 142 (55.86% from 255 or 32.57% from 436); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8A8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8A8E is #637571. Grayscale: #8F8F8F. Windows color (decimal): -6518130 or 9341596. OLE color: 9341596.

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

Color convert

RGB 156 138 142 -
CMYK 0 0.12 0.09 0.39
HSL 346.67º 0.08% 0.58% -
HSV(B) 346.67º 0.12% 0.61% -
XYZ 27.68 27.2 29.38 -
YUV 143.84 126.96 136.67 -
System Red Green Blue C M Y K H S L
Decimal 156 138 142 0 0.12 0.09 0.39 346.67 0.08 0.58
Hex 9C 8A 8E 0 C 9 27 15B 8 3A
Octal 234 212 216 0 14 11 47 533 10 72
Binary 10011100 10001010 10001110 0 1100 1001 100111 101011011 1000 111010

Color Harmonies of #9C8A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8A8E

Black with #9C8A8E

Text Example


Text Example

White with #9C8A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,138,142); }

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

background-color css

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

 a { background-color: rgb(156,138,142); }

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

border-color css

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

 span { border-color: rgb(156,138,142); }

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