#977583

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

Shades of Venus #977583

Tints of Venus #977583

Color information

#977583 (or 0x977583) is unknown color: approx Venus. HEX triplet: 97, 75 and 83. RGB value is (151,117,131). Sum of RGB (Red+Green+Blue) = 151+117+131=399 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.84% from 399); Green value is 117 (46.09% from 255 or 29.32% from 399); Blue value is 131 (51.56% from 255 or 32.83% from 399); Max value from RGB is 151 - color contains mainly: red. Hex color #977583 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977583 is #688A7C. Grayscale: #808080. Windows color (decimal): -6851197 or 8615319. OLE color: 8615319.

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

Color convert

RGB151117131-
CMYK00.230.130.41
HSL335.29º14.05%52.55%-
HSV(B)335.29º22.52%59.22%-
XYZ23.2220.9424.29-
YUV128.76129.26143.86-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.84%
GREEN value IS 117 (46.09% from 255) = 29.32%
BLUE value IS 131 (51.56% from 255) = 32.83%
R=37.84%
G=29.32%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15111713100.230.130.41335.2914.0552.55
Hex977583017D2914fe35
Octal22716520302715515171665
Binary1001011111101011000001101011111011010011010011111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977583; }

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

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

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

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

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

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

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

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