#769875

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

Shades of Davy's Grey #769875

Tints of Davy's Grey #769875

Color information

#769875 (or 0x769875) is unknown color: approx Davy's Grey. HEX triplet: 76, 98 and 75. RGB value is (118,152,117). Sum of RGB (Red+Green+Blue) = 118+152+117=387 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.49% from 387); Green value is 152 (59.77% from 255 or 39.28% from 387); Blue value is 117 (46.09% from 255 or 30.23% from 387); Max value from RGB is 152 - color contains mainly: green. Hex color #769875 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769875 is #89678A. Grayscale: #898989. Windows color (decimal): -9004939 or 7706742. OLE color: 7706742.

HSL color Cylindrical-coordinate representation of color #769875: hue angle of 118.29º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #769875 is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.40.

Color convert

RGB118152117-
CMYK0.2200.230.40
HSL118.29º14.52%52.75%-
HSV(B)118.29º23.03%59.61%-
XYZ21.9127.5921-
YUV137.84116.24113.85-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.49%
GREEN value IS 152 (59.77% from 255) = 39.28%
BLUE value IS 117 (46.09% from 255) = 30.23%
R=30.49%
G=39.28%
B=30.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1181521170.2200.230.40118.2914.5252.75
Hex769875160172876f35
Octal16623016526027501661765
Binary11101101001100011101011011001011110100011101101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769875; }

 p { color: rgb(118,152,117); }

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

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

 a { background-color: rgb(118,152,117); }

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

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

 span { border-color: rgb(118,152,117); }

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