#92787E

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

Shades of Venus #92787E

Tints of Venus #92787E

Color information

#92787E (or 0x92787E) is unknown color: approx Venus. HEX triplet: 92, 78 and 7E. RGB value is (146,120,126). Sum of RGB (Red+Green+Blue) = 146+120+126=392 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.24% from 392); Green value is 120 (47.27% from 255 or 30.61% from 392); Blue value is 126 (49.61% from 255 or 32.14% from 392); Max value from RGB is 146 - color contains mainly: red. Hex color #92787E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92787E is #6D8781. Grayscale: #808080. Windows color (decimal): -7178114 or 8288402. OLE color: 8288402.

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

Color convert

RGB146120126-
CMYK00.180.140.43
HSL346.15º10.66%52.16%-
HSV(B)346.15º17.81%57.25%-
XYZ22.3421.0522.62-
YUV128.46126.61140.51-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.24%
GREEN value IS 120 (47.27% from 255) = 30.61%
BLUE value IS 126 (49.61% from 255) = 32.14%
R=37.24%
G=30.61%
B=32.14%

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
Decimal14612012600.180.140.43346.1510.6652.16
Hex92787E012E2B15ab34
Octal22217017602216535321364
Binary100100101111000111111001001011101010111010110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92787E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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