#77746B

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

Shades of Dove Grey #77746B

Tints of Dove Grey #77746B

Color information

#77746B (or 0x77746B) is unknown color: approx Dove Grey. HEX triplet: 77, 74 and 6B. RGB value is (119,116,107). Sum of RGB (Red+Green+Blue) = 119+116+107=342 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.80% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 107 (42.19% from 255 or 31.29% from 342); Max value from RGB is 119 - color contains mainly: red. Hex color #77746B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77746B is #888B94. Grayscale: #737373. Windows color (decimal): -8948629 or 7042167. OLE color: 7042167.

HSL color Cylindrical-coordinate representation of color #77746B: hue angle of 45º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #77746B is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB119116107-
CMYK00.030.100.53
HSL45º5.31%44.31%-
HSV(B)45º10.08%46.67%-
XYZ16.5117.4716.41-
YUV115.87122.99130.23-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.80%
GREEN value IS 116 (45.70% from 255) = 33.92%
BLUE value IS 107 (42.19% from 255) = 31.29%
R=34.80%
G=33.92%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11911610700.030.100.53455.3144.31
Hex77746B03A352d52c
Octal16716415303126555554
Binary1110111111010011010110111010110101101101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77746B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77746B; }

 p { color: rgb(119,116,107); }

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

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

 a { background-color: rgb(119,116,107); }

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

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

 span { border-color: rgb(119,116,107); }

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