Html Css Color HEX #7A967C Davy's Grey

📋 copy color: '#7A967C'

red 122 ◦ green 150 ◦ blue 124

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

Shades of Davy's Grey #7A967C

Tints of Davy's Grey #7A967C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.88%

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

R = 30.81%
G = 37.88%
B = 31.31%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#7A967C (or 0x7A967C) is known color: Davy's Grey. HEX triplet: 7A, 96 and 7C. RGB value is (122,150,124). Sum of RGB (Red+Green+Blue) = 122+150+124=396 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.81% from 396); Green value is 150 (58.98% from 255 or 37.88% from 396); Blue value is 124 (48.83% from 255 or 31.31% from 396); Max value from RGB is 150 - color contains mainly: green. Hex color #7A967C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A967C is #856983. Grayscale: #8A8A8A. Windows color (decimal): -8743300 or 8164986. OLE color: 8164986.

HSL color Cylindrical-coordinate representation of color #7A967C: hue angle of 124.29º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7A967C is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 122 150 124 -
CMYK 0.19 0 0.17 0.41
HSL 124.29º 0.12% 0.53% -
HSV(B) 124.29º 0.19% 0.59% -
XYZ 22.57 27.41 23.17 -
YUV 138.66 119.72 116.11 -
System Red Green Blue C M Y K H S L
Decimal 122 150 124 0.19 0 0.17 0.41 124.29 0.12 0.53
Hex 7A 96 7C 13 0 11 29 7C C 35
Octal 172 226 174 23 0 21 51 174 14 65
Binary 1111010 10010110 1111100 10011 0 10001 101001 1111100 1100 110101

Color Harmonies of #7A967C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A967C

Black with #7A967C

Text Example


Text Example

White with #7A967C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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