Html Css Color HEX #7A997C Davy's Grey

📋 copy color: '#7A997C'

red 122 ◦ green 153 ◦ blue 124

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

Shades of Davy's Grey #7A997C

Tints of Davy's Grey #7A997C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.35%

 BLUE value IS 124 (48.83% from 255) = 31.08%

R = 30.58%
G = 38.35%
B = 31.08%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.19

 K value IS 0.4

RGB Variations

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

Color information

#7A997C (or 0x7A997C) is known color: Davy's Grey. HEX triplet: 7A, 99 and 7C. RGB value is (122,153,124). Sum of RGB (Red+Green+Blue) = 122+153+124=399 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.58% from 399); Green value is 153 (60.16% from 255 or 38.35% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 153 - color contains mainly: green. Hex color #7A997C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A997C is #856683. Grayscale: #8C8C8C. Windows color (decimal): -8742532 or 8165754. OLE color: 8165754.

HSL color Cylindrical-coordinate representation of color #7A997C: hue angle of 123.87º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7A997C is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.4.

Color convert

RGB 122 153 124 -
CMYK 0.20 0 0.19 0.4
HSL 123.87º 0.13% 0.54% -
HSV(B) 123.87º 0.2% 0.6% -
XYZ 23.06 28.38 23.33 -
YUV 140.43 118.73 114.86 -
System Red Green Blue C M Y K H S L
Decimal 122 153 124 0.20 0 0.19 0.4 123.87 0.13 0.54
Hex 7A 99 7C 14 0 13 28 7C D 36
Octal 172 231 174 24 0 23 50 174 15 66
Binary 1111010 10011001 1111100 10100 0 10011 101000 1111100 1101 110110

Color Harmonies of #7A997C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A997C

Black with #7A997C

Text Example


Text Example

White with #7A997C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,153,124); }

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

background-color css

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

 a { background-color: rgb(122,153,124); }

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

border-color css

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

 span { border-color: rgb(122,153,124); }

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