#75726C

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

Shades of Dove Grey #75726C

Tints of Dove Grey #75726C

Color information

#75726C (or 0x75726C) is unknown color: approx Dove Grey. HEX triplet: 75, 72 and 6C. RGB value is (117,114,108). Sum of RGB (Red+Green+Blue) = 117+114+108=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 117 - color contains mainly: red. Hex color #75726C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75726C is #8A8D93. Grayscale: #727272. Windows color (decimal): -9080212 or 7107189. OLE color: 7107189.

HSL color Cylindrical-coordinate representation of color #75726C: hue angle of 40º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #75726C is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB117114108-
CMYK00.030.080.54
HSL40º4%44.12%-
HSV(B)40º7.69%45.88%-
XYZ16.0616.916.6-
YUV114.21124.49129.99-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.51%
GREEN value IS 114 (44.92% from 255) = 33.63%
BLUE value IS 108 (42.58% from 255) = 31.86%
R=34.51%
G=33.63%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11711410800.030.080.5440444.12
Hex75726C038362842c
Octal16516215403106650454
Binary1110101111001011011000111000110110101000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75726C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75726C; }

 p { color: rgb(117,114,108); }

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

<style>
 a { background-color: #75726C; }

 a { background-color: rgb(117,114,108); }

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

<style>
 span { border-color: #75726C; }

 span { border-color: rgb(117,114,108); }

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