#92777E

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

Shades of Venus #92777E

Tints of Venus #92777E

Color information

#92777E (or 0x92777E) is unknown color: approx Venus. HEX triplet: 92, 77 and 7E. RGB value is (146,119,126). Sum of RGB (Red+Green+Blue) = 146+119+126=391 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.34% from 391); Green value is 119 (46.88% from 255 or 30.43% from 391); Blue value is 126 (49.61% from 255 or 32.23% from 391); Max value from RGB is 146 - color contains mainly: red. Hex color #92777E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92777E is #6D8881. Grayscale: #7F7F7F. Windows color (decimal): -7178370 or 8288146. OLE color: 8288146.

HSL color Cylindrical-coordinate representation of color #92777E: hue angle of 344.44º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #92777E is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB146119126-
CMYK00.180.140.43
HSL344.44º11.02%51.96%-
HSV(B)344.44º18.49%57.25%-
XYZ22.2220.8122.58-
YUV127.87126.95140.93-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.34%
GREEN value IS 119 (46.88% from 255) = 30.43%
BLUE value IS 126 (49.61% from 255) = 32.23%
R=37.34%
G=30.43%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611912600.180.140.43344.4411.0251.96
Hex92777E012E2B158b34
Octal22216717602216535301364
Binary100100101110111111111001001011101010111010110001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92777E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,119,126); }

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

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

 a { background-color: rgb(146,119,126); }

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

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

 span { border-color: rgb(146,119,126); }

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