#769177

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

Shades of Davy's Grey #769177

Tints of Davy's Grey #769177

Color information

#769177 (or 0x769177) is unknown color: approx Davy's Grey. HEX triplet: 76, 91 and 77. RGB value is (118,145,119). Sum of RGB (Red+Green+Blue) = 118+145+119=382 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.89% from 382); Green value is 145 (57.03% from 255 or 37.96% from 382); Blue value is 119 (46.88% from 255 or 31.15% from 382); Max value from RGB is 145 - color contains mainly: green. Hex color #769177 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769177 is #896E88. Grayscale: #868686. Windows color (decimal): -9006729 or 7836022. OLE color: 7836022.

HSL color Cylindrical-coordinate representation of color #769177: hue angle of 122.22º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #769177 is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB118145119-
CMYK0.1900.180.43
HSL122.22º10.93%51.57%-
HSV(B)122.22º18.62%56.86%-
XYZ20.9325.4321.26-
YUV133.96119.55116.61-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.89%
GREEN value IS 145 (57.03% from 255) = 37.96%
BLUE value IS 119 (46.88% from 255) = 31.15%
R=30.89%
G=37.96%
B=31.15%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1181451190.1900.180.43122.2210.9351.57
Hex769177130122B7ab34
Octal16622116723022531721364
Binary11101101001000111101111001101001010101111110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769177; }

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

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

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

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

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

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

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

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