Html Css Color HEX #7A8779 Davy's Grey

📋 copy color: '#7A8779'

red 122 ◦ green 135 ◦ blue 121

#7A8779
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Davy's Grey #7A8779

Tints of Davy's Grey #7A8779

RGB

 RED value IS 122 (48.05% from 255) = 32.28%

 GREEN value IS 135 (53.13% 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 value IS 0.10

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#7A8779 (or 0x7A8779) is known color: 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

RGB 122 135 121 -
CMYK 0.10 0 0.10 0.47
HSL 115.71º 0.06% 0.5% -
HSV(B) 115.71º 0.1% 0.53% -
XYZ 20.14 22.85 21.44 -
YUV 129.52 123.19 122.64 -
System Red Green Blue C M Y K H S L
Decimal 122 135 121 0.10 0 0.10 0.47 115.71 0.06 0.5
Hex 7A 87 79 A 0 A 2F 74 6 32
Octal 172 207 171 12 0 12 57 164 6 62
Binary 1111010 10000111 1111001 1010 0 1010 101111 1110100 110 110010

Color Harmonies of #7A8779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8779

Black with #7A8779

Text Example


Text Example

White with #7A8779

Text Example


Text Example

HTML Codes & Css Web 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>