#769677

Color #769677 Davy's Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Davy's Grey #769677

Tints of Davy's Grey #769677

Color information

#769677 (or 0x769677) is unknown color: approx Davy's Grey. HEX triplet: 76, 96 and 77. RGB value is (118,150,119). Sum of RGB (Red+Green+Blue) = 118+150+119=387 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.49% from 387); Green value is 150 (58.98% from 255 or 38.76% from 387); Blue value is 119 (46.88% from 255 or 30.75% from 387); Max value from RGB is 150 - color contains mainly: green. Hex color #769677 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769677 is #896988. Grayscale: #888888. Windows color (decimal): -9005449 or 7837302. OLE color: 7837302.

HSL color Cylindrical-coordinate representation of color #769677: hue angle of 121.88º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #769677 is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB118150119-
CMYK0.2100.210.41
HSL121.88º13.22%52.55%-
HSV(B)121.88º21.33%58.82%-
XYZ21.712721.52-
YUV136.9117.9114.52-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.49%
GREEN value IS 150 (58.98% from 255) = 38.76%
BLUE value IS 119 (46.88% from 255) = 30.75%
R=30.49%
G=38.76%
B=30.75%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1181501190.2100.210.41121.8813.2252.55
Hex76967715015297ad35
Octal16622616725025511721565
Binary11101101001011011101111010101010110100111110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769677; }

 p { color: rgb(118,150,119); }

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

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

 a { background-color: rgb(118,150,119); }

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

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

 span { border-color: rgb(118,150,119); }

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