#787669

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

Shades of Dove Grey #787669

Tints of Dove Grey #787669

Color information

#787669 (or 0x787669) is unknown color: approx Dove Grey. HEX triplet: 78, 76 and 69. RGB value is (120,118,105). Sum of RGB (Red+Green+Blue) = 120+118+105=343 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.99% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 105 (41.41% from 255 or 30.61% from 343); Max value from RGB is 120 - color contains mainly: red. Hex color #787669 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787669 is #878996. Grayscale: #757575. Windows color (decimal): -8882583 or 6911608. OLE color: 6911608.

HSL color Cylindrical-coordinate representation of color #787669: hue angle of 52º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #787669 is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB120118105-
CMYK00.020.130.53
HSL52º6.67%44.12%-
HSV(B)52º12.5%47.06%-
XYZ16.7717.9715.95-
YUV117.12121.16130.06-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.99%
GREEN value IS 118 (46.48% from 255) = 34.40%
BLUE value IS 105 (41.41% from 255) = 30.61%
R=34.99%
G=34.40%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12011810500.020.130.53526.6744.12
Hex78766902D353472c
Octal17016615102156564754
Binary1111000111011011010010101101110101110100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787669; }

 p { color: rgb(120,118,105); }

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

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

 a { background-color: rgb(120,118,105); }

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

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

 span { border-color: rgb(120,118,105); }

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