#9C7782

Color #9C7782 Venus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venus #9C7782

Tints of Venus #9C7782

Color information

#9C7782 (or 0x9C7782) is unknown color: approx Venus. HEX triplet: 9C, 77 and 82. RGB value is (156,119,130). Sum of RGB (Red+Green+Blue) = 156+119+130=405 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.52% from 405); Green value is 119 (46.88% from 255 or 29.38% from 405); Blue value is 130 (51.17% from 255 or 32.10% from 405); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7782 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7782 is #63887D. Grayscale: #838383. Windows color (decimal): -6523006 or 8550300. OLE color: 8550300.

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

Color convert

RGB156119130-
CMYK00.240.170.39
HSL342.16º15.74%53.92%-
HSV(B)342.16º23.72%61.18%-
XYZ24.3421.8724.06-
YUV131.32127.26145.61-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.52%
GREEN value IS 119 (46.88% from 255) = 29.38%
BLUE value IS 130 (51.17% from 255) = 32.10%
R=38.52%
G=29.38%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.17
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15611913000.240.170.39342.1615.7453.92
Hex9C778201811271561036
Octal23416720203021475262066
Binary100111001110111100000100110001000110011110101011010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,119,130); }

 H1.HeaderClassName
 {
   color: #9C7782;
 }
 .AnyTagClassName
 {
   color: #9C7782;
 }
</style>
background-color css

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

 a { background-color: rgb(156,119,130); }

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

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

 span { border-color: rgb(156,119,130); }

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