Html Css Color HEX #7A9E7B Davy's Grey

📋 copy color: '#7A9E7B'

red 122 ◦ green 158 ◦ blue 123

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

Shades of Davy's Grey #7A9E7B

Tints of Davy's Grey #7A9E7B

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.21%

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

R = 30.27%
G = 39.21%
B = 30.52%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#7A9E7B (or 0x7A9E7B) is known color: Davy's Grey. HEX triplet: 7A, 9E and 7B. RGB value is (122,158,123). Sum of RGB (Red+Green+Blue) = 122+158+123=403 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.27% from 403); Green value is 158 (62.11% from 255 or 39.21% from 403); Blue value is 123 (48.44% from 255 or 30.52% from 403); Max value from RGB is 158 - color contains mainly: green. Hex color #7A9E7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A9E7B is #856184. Grayscale: #8F8F8F. Windows color (decimal): -8741253 or 8101498. OLE color: 8101498.

HSL color Cylindrical-coordinate representation of color #7A9E7B: hue angle of 121.67º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7A9E7B is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB 122 158 123 -
CMYK 0.23 0 0.22 0.38
HSL 121.67º 0.16% 0.55% -
HSV(B) 121.67º 0.23% 0.62% -
XYZ 23.83 30.02 23.28 -
YUV 143.25 116.57 112.85 -
System Red Green Blue C M Y K H S L
Decimal 122 158 123 0.23 0 0.22 0.38 121.67 0.16 0.55
Hex 7A 9E 7B 17 0 16 26 7A 10 37
Octal 172 236 173 27 0 26 46 172 20 67
Binary 1111010 10011110 1111011 10111 0 10110 100110 1111010 10000 110111

Color Harmonies of #7A9E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A9E7B

Black with #7A9E7B

Text Example


Text Example

White with #7A9E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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