#92707c

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

Shades of Venus #92707C

Tints of Venus #92707C

Color information

#92707C (or 0x92707C) is unknown color: approx Venus. HEX triplet: 92, 70 and 7C. RGB value is (146,112,124). Sum of RGB (Red+Green+Blue) = 146+112+124=382 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.22% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 146 - color contains mainly: red. Hex color #92707C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92707C is #6D8F83. Grayscale: #7B7B7B. Windows color (decimal): -7180164 or 8155282. OLE color: 8155282.

HSL color Cylindrical-coordinate representation of color #92707C: hue angle of 338.82º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #92707C is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB146112124-
CMYK00.230.150.43
HSL338.82º13.49%50.59%-
HSV(B)338.82º23.29%57.25%-
XYZ21.2919.1521.64-
YUV123.53128.26144.02-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.22%
GREEN value IS 112 (44.14% from 255) = 29.32%
BLUE value IS 124 (48.83% from 255) = 32.46%
R=38.22%
G=29.32%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611212400.230.150.43338.8213.4950.59
Hex92707C017F2B153d33
Octal22216017402717535231563
Binary100100101110000111110001011111111010111010100111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92707c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92707c; }

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

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

<style>
 a { background-color: #92707c; }

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

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

<style>
 span { border-color: #92707c; }

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

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