#768276

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

Shades of Davy's Grey #768276

Tints of Davy's Grey #768276

Color information

#768276 (or 0x768276) is unknown color: approx Davy's Grey. HEX triplet: 76, 82 and 76. RGB value is (118,130,118). Sum of RGB (Red+Green+Blue) = 118+130+118=366 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.24% from 366); Green value is 130 (51.17% from 255 or 35.52% from 366); Blue value is 118 (46.48% from 255 or 32.24% from 366); Max value from RGB is 130 - color contains mainly: green. Hex color #768276 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768276 is #897D89. Grayscale: #7D7D7D. Windows color (decimal): -9010570 or 7766646. OLE color: 7766646.

HSL color Cylindrical-coordinate representation of color #768276: hue angle of 120º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #768276 is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB118130118-
CMYK0.0900.090.49
HSL120º4.84%48.63%-
HSV(B)120º9.23%50.98%-
XYZ18.7221.1220.23-
YUV125.04124.02122.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.24%
GREEN value IS 130 (51.17% from 255) = 35.52%
BLUE value IS 118 (46.48% from 255) = 32.24%
R=32.24%
G=35.52%
B=32.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1181301180.0900.090.491204.8448.63
Hex7682769093178531
Octal1662021661101161170561
Binary11101101000001011101101001010011100011111000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768276; }

 p { color: rgb(118,130,118); }

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

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

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

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

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

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

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