#97737F

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

Shades of Venus #97737F

Tints of Venus #97737F

Color information

#97737F (or 0x97737F) is unknown color: approx Venus. HEX triplet: 97, 73 and 7F. RGB value is (151,115,127). Sum of RGB (Red+Green+Blue) = 151+115+127=393 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.42% from 393); Green value is 115 (45.31% from 255 or 29.26% from 393); Blue value is 127 (50% from 255 or 32.32% from 393); Max value from RGB is 151 - color contains mainly: red. Hex color #97737F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97737F is #688C80. Grayscale: #7F7F7F. Windows color (decimal): -6851713 or 8352663. OLE color: 8352663.

HSL color Cylindrical-coordinate representation of color #97737F: hue angle of 340º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #97737F is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB151115127-
CMYK00.240.160.41
HSL340º14.75%52.16%-
HSV(B)340º23.84%59.22%-
XYZ22.7220.3722.81-
YUV127.13127.93145.02-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.42%
GREEN value IS 115 (45.31% from 255) = 29.26%
BLUE value IS 127 (50% from 255) = 32.32%
R=38.42%
G=29.26%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15111512700.240.160.4134014.7552.16
Hex97737F0181029154f34
Octal22716317703020515241764
Binary1001011111100111111111011000100001010011010101001111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97737F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97737F; }

 p { color: rgb(151,115,127); }

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

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

 a { background-color: rgb(151,115,127); }

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

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

 span { border-color: rgb(151,115,127); }

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