#73726F

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

Shades of Dove Grey #73726F

Tints of Dove Grey #73726F

Color information

#73726F (or 0x73726F) is unknown color: approx Dove Grey. HEX triplet: 73, 72 and 6F. RGB value is (115,114,111). Sum of RGB (Red+Green+Blue) = 115+114+111=340 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.82% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 111 (43.75% from 255 or 32.65% from 340); Max value from RGB is 115 - color contains mainly: red. Hex color #73726F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73726F is #8C8D90. Grayscale: #717171. Windows color (decimal): -9211281 or 7303795. OLE color: 7303795.

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

Color convert

RGB115114111-
CMYK00.010.030.55
HSL45º1.77%44.31%-
HSV(B)45º3.48%45.1%-
XYZ15.9616.8317.45-
YUV113.96126.33128.74-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.82%
GREEN value IS 114 (44.92% from 255) = 33.53%
BLUE value IS 111 (43.75% from 255) = 32.65%
R=33.82%
G=33.53%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11511411100.010.030.55451.7744.31
Hex73726F013372d22c
Octal1631621570136755254
Binary111001111100101101111011111011110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73726F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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