Html Css Color HEX #9C838C Venus

📋 copy color: '#9C838C'

red 156 ◦ green 131 ◦ blue 140

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

Shades of Venus #9C838C

Tints of Venus #9C838C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.79%

R = 36.53%
G = 30.68%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#9C838C (or 0x9C838C) is known color: Venus. HEX triplet: 9C, 83 and 8C. RGB value is (156,131,140). Sum of RGB (Red+Green+Blue) = 156+131+140=427 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.53% from 427); Green value is 131 (51.56% from 255 or 30.68% from 427); Blue value is 140 (55.08% from 255 or 32.79% from 427); Max value from RGB is 156 - color contains mainly: red. Hex color #9C838C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C838C is #637C73. Grayscale: #8B8B8B. Windows color (decimal): -6519924 or 9208732. OLE color: 9208732.

HSL color Cylindrical-coordinate representation of color #9C838C: hue angle of 338.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 #9C838C is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 131 140 -
CMYK 0 0.16 0.10 0.39
HSL 338.4º 0.11% 0.56% -
HSV(B) 338.4º 0.16% 0.61% -
XYZ 26.56 25.19 28.27 -
YUV 139.5 128.28 139.77 -
System Red Green Blue C M Y K H S L
Decimal 156 131 140 0 0.16 0.10 0.39 338.4 0.11 0.56
Hex 9C 83 8C 0 10 A 27 152 B 38
Octal 234 203 214 0 20 12 47 522 13 70
Binary 10011100 10000011 10001100 0 10000 1010 100111 101010010 1011 111000

Color Harmonies of #9C838C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C838C

Black with #9C838C

Text Example


Text Example

White with #9C838C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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