Html Css Color HEX #7A917C Davy's Grey

📋 copy color: '#7A917C'

red 122 ◦ green 145 ◦ blue 124

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

Shades of Davy's Grey #7A917C

Tints of Davy's Grey #7A917C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.08%

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

R = 31.2%
G = 37.08%
B = 31.71%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#7A917C (or 0x7A917C) is known color: Davy's Grey. HEX triplet: 7A, 91 and 7C. RGB value is (122,145,124). Sum of RGB (Red+Green+Blue) = 122+145+124=391 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.20% from 391); Green value is 145 (57.03% from 255 or 37.08% from 391); Blue value is 124 (48.83% from 255 or 31.71% from 391); Max value from RGB is 145 - color contains mainly: green. Hex color #7A917C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A917C is #856E83. Grayscale: #878787. Windows color (decimal): -8744580 or 8163706. OLE color: 8163706.

HSL color Cylindrical-coordinate representation of color #7A917C: hue angle of 125.22º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7A917C is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 122 145 124 -
CMYK 0.16 0 0.14 0.43
HSL 125.22º 0.09% 0.52% -
HSV(B) 125.22º 0.16% 0.57% -
XYZ 21.79 25.84 22.91 -
YUV 135.73 121.38 118.21 -
System Red Green Blue C M Y K H S L
Decimal 122 145 124 0.16 0 0.14 0.43 125.22 0.09 0.52
Hex 7A 91 7C 10 0 E 2B 7D 9 34
Octal 172 221 174 20 0 16 53 175 11 64
Binary 1111010 10010001 1111100 10000 0 1110 101011 1111101 1001 110100

Color Harmonies of #7A917C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A917C

Black with #7A917C

Text Example


Text Example

White with #7A917C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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