#97767D

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

Shades of Venus #97767D

Tints of Venus #97767D

Color information

#97767D (or 0x97767D) is unknown color: approx Venus. HEX triplet: 97, 76 and 7D. RGB value is (151,118,125). Sum of RGB (Red+Green+Blue) = 151+118+125=394 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.32% from 394); Green value is 118 (46.48% from 255 or 29.95% from 394); Blue value is 125 (49.22% from 255 or 31.73% from 394); Max value from RGB is 151 - color contains mainly: red. Hex color #97767D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97767D is #688982. Grayscale: #808080. Windows color (decimal): -6850947 or 8222359. OLE color: 8222359.

HSL color Cylindrical-coordinate representation of color #97767D: hue angle of 347.27º 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 #97767D is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB151118125-
CMYK00.220.170.41
HSL347.27º13.69%52.75%-
HSV(B)347.27º21.85%59.22%-
XYZ22.9421.0222.25-
YUV128.66125.93143.93-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.32%
GREEN value IS 118 (46.48% from 255) = 29.95%
BLUE value IS 125 (49.22% from 255) = 31.73%
R=38.32%
G=29.95%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15111812500.220.170.41347.2713.6952.75
Hex97767D016112915be35
Octal22716617502621515331665
Binary1001011111101101111101010110100011010011010110111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97767D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97767D; }

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

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

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

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

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

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

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

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