#768474

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

Shades of Davy's Grey #768474

Tints of Davy's Grey #768474

Color information

#768474 (or 0x768474) is unknown color: approx Davy's Grey. HEX triplet: 76, 84 and 74. RGB value is (118,132,116). Sum of RGB (Red+Green+Blue) = 118+132+116=366 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.24% from 366); Green value is 132 (51.95% from 255 or 36.07% from 366); Blue value is 116 (45.70% from 255 or 31.69% from 366); Max value from RGB is 132 - color contains mainly: green. Hex color #768474 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768474 is #897B8B. Grayscale: #7E7E7E. Windows color (decimal): -9010060 or 7636086. OLE color: 7636086.

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

Color convert

RGB118132116-
CMYK0.1100.120.48
HSL112.5º6.45%48.63%-
HSV(B)112.5º12.12%51.76%-
XYZ18.8721.6219.7-
YUV125.99122.36122.3-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.24%
GREEN value IS 132 (51.95% from 255) = 36.07%
BLUE value IS 116 (45.70% from 255) = 31.69%
R=32.24%
G=36.07%
B=31.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1181321160.1100.120.48112.56.4548.63
Hex768474B0C3070631
Octal1662041641301460160661
Binary11101101000010011101001011011001100001110000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768474; }

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

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

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

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

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

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

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

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