Html Css Color HEX #7A977B Davy's Grey

📋 copy color: '#7A977B'

red 122 ◦ green 151 ◦ blue 123

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

Shades of Davy's Grey #7A977B

Tints of Davy's Grey #7A977B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.13%

 BLUE value IS 123 (48.44% from 255) = 31.06%

R = 30.81%
G = 38.13%
B = 31.06%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#7A977B (or 0x7A977B) is known color: Davy's Grey. HEX triplet: 7A, 97 and 7B. RGB value is (122,151,123). Sum of RGB (Red+Green+Blue) = 122+151+123=396 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.81% from 396); Green value is 151 (59.38% from 255 or 38.13% from 396); Blue value is 123 (48.44% from 255 or 31.06% from 396); Max value from RGB is 151 - color contains mainly: green. Hex color #7A977B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A977B is #856884. Grayscale: #8B8B8B. Windows color (decimal): -8743045 or 8099706. OLE color: 8099706.

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

Color convert

RGB 122 151 123 -
CMYK 0.19 0 0.19 0.41
HSL 122.07º 0.12% 0.54% -
HSV(B) 122.07º 0.19% 0.59% -
XYZ 22.67 27.7 22.89 -
YUV 139.14 118.89 115.78 -
System Red Green Blue C M Y K H S L
Decimal 122 151 123 0.19 0 0.19 0.41 122.07 0.12 0.54
Hex 7A 97 7B 13 0 13 29 7A C 36
Octal 172 227 173 23 0 23 51 172 14 66
Binary 1111010 10010111 1111011 10011 0 10011 101001 1111010 1100 110110

Color Harmonies of #7A977B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A977B

Black with #7A977B

Text Example


Text Example

White with #7A977B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,151,123); }

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

background-color css

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

 a { background-color: rgb(122,151,123); }

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

border-color css

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

 span { border-color: rgb(122,151,123); }

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