#73726E

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

Shades of Dove Grey #73726E

Tints of Dove Grey #73726E

Color information

#73726E (or 0x73726E) is unknown color: approx Dove Grey. HEX triplet: 73, 72 and 6E. RGB value is (115,114,110). Sum of RGB (Red+Green+Blue) = 115+114+110=339 (44% of max value = 765). Red value is 115 (45.31% from 255 or 33.92% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 110 (43.36% from 255 or 32.45% from 339); Max value from RGB is 115 - color contains mainly: red. Hex color #73726E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73726E is #8C8D91. Grayscale: #717171. Windows color (decimal): -9211282 or 7238259. OLE color: 7238259.

HSL color Cylindrical-coordinate representation of color #73726E: hue angle of 48º degrees, saturation: 0.02, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #73726E is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB115114110-
CMYK00.010.040.55
HSL48º2.22%44.12%-
HSV(B)48º4.35%45.1%-
XYZ15.916.8117.16-
YUV113.84125.83128.83-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.92%
GREEN value IS 114 (44.92% from 255) = 33.63%
BLUE value IS 110 (43.36% from 255) = 32.45%
R=33.92%
G=33.63%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11511411000.010.040.55482.2244.12
Hex73726E014373022c
Octal1631621560146760254
Binary1110011111001011011100110011011111000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73726E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,114,110); }

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

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

 a { background-color: rgb(115,114,110); }

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

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

 span { border-color: rgb(115,114,110); }

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