#768476

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

Shades of Davy's Grey #768476

Tints of Davy's Grey #768476

Color information

#768476 (or 0x768476) is unknown color: approx Davy's Grey. HEX triplet: 76, 84 and 76. RGB value is (118,132,118). Sum of RGB (Red+Green+Blue) = 118+132+118=368 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.07% from 368); Green value is 132 (51.95% from 255 or 35.87% from 368); Blue value is 118 (46.48% from 255 or 32.07% from 368); Max value from RGB is 132 - color contains mainly: green. Hex color #768476 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768476 is #897B89. Grayscale: #7E7E7E. Windows color (decimal): -9010058 or 7767158. OLE color: 7767158.

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

Color convert

RGB118132118-
CMYK0.1100.110.48
HSL120º5.6%49.02%-
HSV(B)120º10.61%51.76%-
XYZ18.9921.6620.32-
YUV126.22123.36122.14-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.07%
GREEN value IS 132 (51.95% from 255) = 35.87%
BLUE value IS 118 (46.48% from 255) = 32.07%
R=32.07%
G=35.87%
B=32.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1181321180.1100.110.481205.649.02
Hex768476B0B3078631
Octal1662041661301360170661
Binary11101101000010011101101011010111100001111000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768476; }

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

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

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

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

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

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

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

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