#97747E

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

Shades of Venus #97747E

Tints of Venus #97747E

Color information

#97747E (or 0x97747E) is unknown color: approx Venus. HEX triplet: 97, 74 and 7E. RGB value is (151,116,126). Sum of RGB (Red+Green+Blue) = 151+116+126=393 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.42% from 393); Green value is 116 (45.70% from 255 or 29.52% from 393); Blue value is 126 (49.61% from 255 or 32.06% from 393); Max value from RGB is 151 - color contains mainly: red. Hex color #97747E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97747E is #688B81. Grayscale: #7F7F7F. Windows color (decimal): -6851458 or 8287383. OLE color: 8287383.

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

Color convert

RGB151116126-
CMYK00.230.170.41
HSL342.86º14.4%52.35%-
HSV(B)342.86º23.18%59.22%-
XYZ22.7720.5822.51-
YUV127.6127.1144.69-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.42%
GREEN value IS 116 (45.70% from 255) = 29.52%
BLUE value IS 126 (49.61% from 255) = 32.06%
R=38.42%
G=29.52%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15111612600.230.170.41342.8614.452.35
Hex97747E0171129157e34
Octal22716417602721515271664
Binary1001011111101001111110010111100011010011010101111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97747E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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