#768E75

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

Shades of Davy's Grey #768E75

Tints of Davy's Grey #768E75

Color information

#768E75 (or 0x768E75) is unknown color: approx Davy's Grey. HEX triplet: 76, 8E and 75. RGB value is (118,142,117). Sum of RGB (Red+Green+Blue) = 118+142+117=377 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.30% from 377); Green value is 142 (55.86% from 255 or 37.67% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 142 - color contains mainly: green. Hex color #768E75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768E75 is #89718A. Grayscale: #848484. Windows color (decimal): -9007499 or 7704182. OLE color: 7704182.

HSL color Cylindrical-coordinate representation of color #768E75: hue angle of 117.6º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #768E75 is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB118142117-
CMYK0.1700.180.44
HSL117.6º9.96%50.78%-
HSV(B)117.6º17.61%55.69%-
XYZ20.3624.4820.48-
YUV131.97119.55118.03-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.30%
GREEN value IS 142 (55.86% from 255) = 37.67%
BLUE value IS 117 (46.09% from 255) = 31.03%
R=31.30%
G=37.67%
B=31.03%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1181421170.1700.180.44117.69.9650.78
Hex768E75110122C76a33
Octal16621616521022541661263
Binary11101101000111011101011000101001010110011101101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768E75; }

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

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

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

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

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

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

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

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