#92727D

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

Shades of Venus #92727D

Tints of Venus #92727D

Color information

#92727D (or 0x92727D) is unknown color: approx Venus. HEX triplet: 92, 72 and 7D. RGB value is (146,114,125). Sum of RGB (Red+Green+Blue) = 146+114+125=385 (50% of max value = 765). Red value is 146 (57.42% from 255 or 37.92% from 385); Green value is 114 (44.92% from 255 or 29.61% from 385); Blue value is 125 (49.22% from 255 or 32.47% from 385); Max value from RGB is 146 - color contains mainly: red. Hex color #92727D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92727D is #6D8D82. Grayscale: #7C7C7C. Windows color (decimal): -7179651 or 8221330. OLE color: 8221330.

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

Color convert

RGB146114125-
CMYK00.220.140.43
HSL339.38º12.8%50.98%-
HSV(B)339.38º21.92%57.25%-
XYZ21.5719.6322.05-
YUV124.82128.1143.11-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.92%
GREEN value IS 114 (44.92% from 255) = 29.61%
BLUE value IS 125 (49.22% from 255) = 32.47%
R=37.92%
G=29.61%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611412500.220.140.43339.3812.850.98
Hex92727D016E2B153d33
Octal22216217502616535231563
Binary100100101110010111110101011011101010111010100111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92727D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92727D; }

 p { color: rgb(146,114,125); }

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

<style>
 a { background-color: #92727D; }

 a { background-color: rgb(146,114,125); }

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

<style>
 span { border-color: #92727D; }

 span { border-color: rgb(146,114,125); }

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