#97767E

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

Shades of Venus #97767E

Tints of Venus #97767E

Color information

#97767E (or 0x97767E) is unknown color: approx Venus. HEX triplet: 97, 76 and 7E. RGB value is (151,118,126). Sum of RGB (Red+Green+Blue) = 151+118+126=395 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.23% from 395); Green value is 118 (46.48% from 255 or 29.87% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 151 - color contains mainly: red. Hex color #97767E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97767E is #688981. Grayscale: #808080. Windows color (decimal): -6850946 or 8287895. OLE color: 8287895.

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

Color convert

RGB151118126-
CMYK00.220.170.41
HSL345.45º13.69%52.75%-
HSV(B)345.45º21.85%59.22%-
XYZ23.0121.0422.59-
YUV128.78126.43143.85-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.23%
GREEN value IS 118 (46.48% from 255) = 29.87%
BLUE value IS 126 (49.61% from 255) = 31.90%
R=38.23%
G=29.87%
B=31.90%

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
Decimal15111812600.220.170.41345.4513.6952.75
Hex97767E0161129159e35
Octal22716617602621515311665
Binary1001011111101101111110010110100011010011010110011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97767E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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