#977683

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

Shades of Venus #977683

Tints of Venus #977683

Color information

#977683 (or 0x977683) is unknown color: approx Venus. HEX triplet: 97, 76 and 83. RGB value is (151,118,131). Sum of RGB (Red+Green+Blue) = 151+118+131=400 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.75% from 400); Green value is 118 (46.48% from 255 or 29.5% from 400); Blue value is 131 (51.56% from 255 or 32.75% from 400); Max value from RGB is 151 - color contains mainly: red. Hex color #977683 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977683 is #68897C. Grayscale: #818181. Windows color (decimal): -6850941 or 8615575. OLE color: 8615575.

HSL color Cylindrical-coordinate representation of color #977683: hue angle of 336.36º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #977683 is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB151118131-
CMYK00.220.130.41
HSL336.36º13.69%52.75%-
HSV(B)336.36º21.85%59.22%-
XYZ23.3421.1724.33-
YUV129.35128.93143.44-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.75%
GREEN value IS 118 (46.48% from 255) = 29.5%
BLUE value IS 131 (51.56% from 255) = 32.75%
R=37.75%
G=29.5%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15111813100.220.130.41336.3613.6952.75
Hex977683016D29150e35
Octal22716620302615515201665
Binary1001011111101101000001101011011011010011010100001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977683; }

 p { color: rgb(151,118,131); }

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

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

 a { background-color: rgb(151,118,131); }

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

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

 span { border-color: rgb(151,118,131); }

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