#768B74

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

Shades of Davy's Grey #768B74

Tints of Davy's Grey #768B74

Color information

#768B74 (or 0x768B74) is unknown color: approx Davy's Grey. HEX triplet: 76, 8B and 74. RGB value is (118,139,116). Sum of RGB (Red+Green+Blue) = 118+139+116=373 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.64% from 373); Green value is 139 (54.69% from 255 or 37.27% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 139 - color contains mainly: green. Hex color #768B74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768B74 is #89748B. Grayscale: #828282. Windows color (decimal): -9008268 or 7637878. OLE color: 7637878.

HSL color Cylindrical-coordinate representation of color #768B74: hue angle of 114.78º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #768B74 is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB118139116-
CMYK0.1500.170.45
HSL114.78º9.02%50%-
HSV(B)114.78º16.55%54.51%-
XYZ19.8623.5820.03-
YUV130.1120.04119.37-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.64%
GREEN value IS 139 (54.69% from 255) = 37.27%
BLUE value IS 116 (45.70% from 255) = 31.10%
R=31.64%
G=37.27%
B=31.10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1181391160.1500.170.45114.789.0250
Hex768B74F0112D73932
Octal16621316417021551631162
Binary1110110100010111110100111101000110110111100111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,139,116); }

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

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

 a { background-color: rgb(118,139,116); }

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

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

 span { border-color: rgb(118,139,116); }

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