#767572

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

Shades of Dove Grey #767572

Tints of Dove Grey #767572

Color information

#767572 (or 0x767572) is unknown color: approx Dove Grey. HEX triplet: 76, 75 and 72. RGB value is (118,117,114). Sum of RGB (Red+Green+Blue) = 118+117+114=349 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.81% from 349); Green value is 117 (46.09% from 255 or 33.52% from 349); Blue value is 114 (44.92% from 255 or 32.66% from 349); Max value from RGB is 118 - color contains mainly: red. Hex color #767572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767572 is #898A8D. Grayscale: #747474. Windows color (decimal): -9013902 or 7501174. OLE color: 7501174.

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

Color convert

RGB118117114-
CMYK00.010.030.54
HSL45º1.72%45.49%-
HSV(B)45º3.39%46.27%-
XYZ16.8717.7918.46-
YUV116.96126.33128.74-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.81%
GREEN value IS 117 (46.09% from 255) = 33.52%
BLUE value IS 114 (44.92% from 255) = 32.66%
R=33.81%
G=33.52%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11811711400.010.030.54451.7245.49
Hex767572013362d22d
Octal1661651620136655255
Binary111011011101011110010011111011010110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767572; }

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

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

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

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

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

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

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

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