Html Css Color HEX #7A9078 Davy's Grey

📋 copy color: '#7A9078'

red 122 ◦ green 144 ◦ blue 120

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

Shades of Davy's Grey #7A9078

Tints of Davy's Grey #7A9078

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.31%

 BLUE value IS 120 (47.27% from 255) = 31.09%

R = 31.61%
G = 37.31%
B = 31.09%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#7A9078 (or 0x7A9078) is known color: Davy's Grey. HEX triplet: 7A, 90 and 78. RGB value is (122,144,120). Sum of RGB (Red+Green+Blue) = 122+144+120=386 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.61% from 386); Green value is 144 (56.64% from 255 or 37.31% from 386); Blue value is 120 (47.27% from 255 or 31.09% from 386); Max value from RGB is 144 - color contains mainly: green. Hex color #7A9078 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A9078 is #856F87. Grayscale: #868686. Windows color (decimal): -8744840 or 7901306. OLE color: 7901306.

HSL color Cylindrical-coordinate representation of color #7A9078: hue angle of 115º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7A9078 is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB 122 144 120 -
CMYK 0.15 0 0.17 0.44
HSL 115º 0.1% 0.52% -
HSV(B) 115º 0.17% 0.56% -
XYZ 21.39 25.44 21.55 -
YUV 134.69 119.71 118.95 -
System Red Green Blue C M Y K H S L
Decimal 122 144 120 0.15 0 0.17 0.44 115 0.1 0.52
Hex 7A 90 78 F 0 11 2C 73 A 34
Octal 172 220 170 17 0 21 54 163 12 64
Binary 1111010 10010000 1111000 1111 0 10001 101100 1110011 1010 110100

Color Harmonies of #7A9078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A9078

Black with #7A9078

Text Example


Text Example

White with #7A9078

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,144,120); }

 H1.HeaderClassName
 {
   color: #7A9078;
 }
 .AnyTagClassName
 {
   color: #7A9078;
 }
</style>

background-color css

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

 a { background-color: rgb(122,144,120); }

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

border-color css

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

 span { border-color: rgb(122,144,120); }

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