#92777C

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

Shades of Venus #92777C

Tints of Venus #92777C

Color information

#92777C (or 0x92777C) is unknown color: approx Venus. HEX triplet: 92, 77 and 7C. RGB value is (146,119,124). Sum of RGB (Red+Green+Blue) = 146+119+124=389 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.53% from 389); Green value is 119 (46.88% from 255 or 30.59% from 389); Blue value is 124 (48.83% from 255 or 31.88% from 389); Max value from RGB is 146 - color contains mainly: red. Hex color #92777C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92777C is #6D8883. Grayscale: #7F7F7F. Windows color (decimal): -7178372 or 8157074. OLE color: 8157074.

HSL color Cylindrical-coordinate representation of color #92777C: hue angle of 348.89º 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 #92777C is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB146119124-
CMYK00.180.150.43
HSL348.89º11.02%51.96%-
HSV(B)348.89º18.49%57.25%-
XYZ22.0920.7621.91-
YUV127.64125.95141.09-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.53%
GREEN value IS 119 (46.88% from 255) = 30.59%
BLUE value IS 124 (48.83% from 255) = 31.88%
R=37.53%
G=30.59%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611912400.180.150.43348.8911.0251.96
Hex92777C012F2B15db34
Octal22216717402217535351364
Binary100100101110111111110001001011111010111010111011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92777C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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