#7A8779

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

Shades of Davy's Grey #7A8779

Tints of Davy's Grey #7A8779

Color information

#7A8779 (or 0x7A8779) is unknown color: approx Davy's Grey. HEX triplet: 7A, 87 and 79. RGB value is (122,135,121). Sum of RGB (Red+Green+Blue) = 122+135+121=378 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.28% from 378); Green value is 135 (53.12% from 255 or 35.71% from 378); Blue value is 121 (47.66% from 255 or 32.01% from 378); Max value from RGB is 135 - color contains mainly: green. Hex color #7A8779 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8779 is #857886. Grayscale: #818181. Windows color (decimal): -8747143 or 7964538. OLE color: 7964538.

HSL color Cylindrical-coordinate representation of color #7A8779: hue angle of 115.71º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7A8779 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB122135121-
CMYK0.1000.100.47
HSL115.71º5.51%50.2%-
HSV(B)115.71º10.37%52.94%-
XYZ20.1422.8521.44-
YUV129.52123.19122.64-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.28%
GREEN value IS 135 (53.12% from 255) = 35.71%
BLUE value IS 121 (47.66% from 255) = 32.01%
R=32.28%
G=35.71%
B=32.01%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1221351210.1000.100.47115.715.5150.2
Hex7A8779A0A2F74632
Octal1722071711201257164662
Binary11110101000011111110011010010101011111110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A8779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A8779; }

 p { color: rgb(122,135,121); }

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

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

 a { background-color: rgb(122,135,121); }

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

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

 span { border-color: rgb(122,135,121); }

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