#917D7E

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

Shades of Venus #917D7E

Tints of Venus #917D7E

Color information

#917D7E (or 0x917D7E) is unknown color: approx Venus. HEX triplet: 91, 7D and 7E. RGB value is (145,125,126). Sum of RGB (Red+Green+Blue) = 145+125+126=396 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.62% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 126 (49.61% from 255 or 31.82% from 396); Max value from RGB is 145 - color contains mainly: red. Hex color #917D7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917D7E is #6E8281. Grayscale: #838383. Windows color (decimal): -7242370 or 8289681. OLE color: 8289681.

HSL color Cylindrical-coordinate representation of color #917D7E: hue angle of 357º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #917D7E is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB145125126-
CMYK00.140.130.43
HSL357º8.33%52.94%-
HSV(B)357º13.79%56.86%-
XYZ22.7822.1922.82-
YUV131.09125.13137.92-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.62%
GREEN value IS 125 (49.22% from 255) = 31.57%
BLUE value IS 126 (49.61% from 255) = 31.82%
R=36.62%
G=31.57%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512512600.140.130.433578.3352.94
Hex917D7E0ED2B165835
Octal22117517601615535451065
Binary10010001111110111111100111011011010111011001011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917D7E; }

 p { color: rgb(145,125,126); }

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

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

 a { background-color: rgb(145,125,126); }

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

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

 span { border-color: rgb(145,125,126); }

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