#769577

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

Shades of Davy's Grey #769577

Tints of Davy's Grey #769577

Color information

#769577 (or 0x769577) is unknown color: approx Davy's Grey. HEX triplet: 76, 95 and 77. RGB value is (118,149,119). Sum of RGB (Red+Green+Blue) = 118+149+119=386 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.57% from 386); Green value is 149 (58.59% from 255 or 38.60% from 386); Blue value is 119 (46.88% from 255 or 30.83% from 386); Max value from RGB is 149 - color contains mainly: green. Hex color #769577 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769577 is #896A88. Grayscale: #888888. Windows color (decimal): -9005705 or 7837046. OLE color: 7837046.

HSL color Cylindrical-coordinate representation of color #769577: hue angle of 121.94º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #769577 is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB118149119-
CMYK0.2100.200.42
HSL121.94º12.76%52.35%-
HSV(B)121.94º20.81%58.43%-
XYZ21.5526.6821.47-
YUV136.31118.23114.94-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.57%
GREEN value IS 149 (58.59% from 255) = 38.60%
BLUE value IS 119 (46.88% from 255) = 30.83%
R=30.57%
G=38.60%
B=30.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1181491190.2100.200.42121.9412.7652.35
Hex769577150142A7ad34
Octal16622516725024521721564
Binary11101101001010111101111010101010010101011110101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769577; }

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

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

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

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

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

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

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

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