Html Css Color HEX #9C7983 Venus

📋 copy color: '#9C7983'

red 156 ◦ green 121 ◦ blue 131

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

Shades of Venus #9C7983

Tints of Venus #9C7983

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.66%

 BLUE value IS 131 (51.56% from 255) = 32.11%

R = 38.24%
G = 29.66%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.16

 K value IS 0.39

RGB Variations

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

Color information

#9C7983 (or 0x9C7983) is known color: Venus. HEX triplet: 9C, 79 and 83. RGB value is (156,121,131). Sum of RGB (Red+Green+Blue) = 156+121+131=408 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.24% from 408); Green value is 121 (47.66% from 255 or 29.66% from 408); Blue value is 131 (51.56% from 255 or 32.11% from 408); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7983 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7983 is #63867C. Grayscale: #848484. Windows color (decimal): -6522493 or 8616348. OLE color: 8616348.

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

Color convert

RGB 156 121 131 -
CMYK 0 0.22 0.16 0.39
HSL 342.86º 0.15% 0.54% -
HSV(B) 342.86º 0.22% 0.61% -
XYZ 24.64 22.38 24.49 -
YUV 132.61 127.1 144.69 -
System Red Green Blue C M Y K H S L
Decimal 156 121 131 0 0.22 0.16 0.39 342.86 0.15 0.54
Hex 9C 79 83 0 16 10 27 157 F 36
Octal 234 171 203 0 26 20 47 527 17 66
Binary 10011100 1111001 10000011 0 10110 10000 100111 101010111 1111 110110

Color Harmonies of #9C7983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7983

Black with #9C7983

Text Example


Text Example

White with #9C7983

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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