#768577

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

Shades of Davy's Grey #768577

Tints of Davy's Grey #768577

Color information

#768577 (or 0x768577) is unknown color: approx Davy's Grey. HEX triplet: 76, 85 and 77. RGB value is (118,133,119). Sum of RGB (Red+Green+Blue) = 118+133+119=370 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.89% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 119 (46.88% from 255 or 32.16% from 370); Max value from RGB is 133 - color contains mainly: green. Hex color #768577 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768577 is #897A88. Grayscale: #7E7E7E. Windows color (decimal): -9009801 or 7832950. OLE color: 7832950.

HSL color Cylindrical-coordinate representation of color #768577: hue angle of 124º 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 #768577 is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB118133119-
CMYK0.1100.110.48
HSL124º5.98%49.22%-
HSV(B)124º11.28%52.16%-
XYZ19.1921.9620.68-
YUV126.92123.53121.64-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.89%
GREEN value IS 133 (52.34% from 255) = 35.95%
BLUE value IS 119 (46.88% from 255) = 32.16%
R=31.89%
G=35.95%
B=32.16%

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
Decimal1181331190.1100.110.481245.9849.22
Hex768577B0B307c631
Octal1662051671301360174661
Binary11101101000010111101111011010111100001111100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768577; }

 p { color: rgb(118,133,119); }

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

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

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

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

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

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

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