Html Css Color HEX #799C7A Davy's Grey

📋 copy color: '#799C7A'

red 121 ◦ green 156 ◦ blue 122

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

Shades of Davy's Grey #799C7A

Tints of Davy's Grey #799C7A

RGB

 RED value IS 121 (47.66% from 255) = 30.33%

 GREEN value IS 156 (61.33% from 255) = 39.1%

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

R = 30.33%
G = 39.1%
B = 30.58%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

#799C7A (or 0x799C7A) is known color: Davy's Grey. HEX triplet: 79, 9C and 7A. RGB value is (121,156,122). Sum of RGB (Red+Green+Blue) = 121+156+122=399 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.33% from 399); Green value is 156 (61.33% from 255 or 39.10% from 399); Blue value is 122 (48.05% from 255 or 30.58% from 399); Max value from RGB is 156 - color contains mainly: green. Hex color #799C7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799C7A is #866385. Grayscale: #8D8D8D. Windows color (decimal): -8807302 or 8035449. OLE color: 8035449.

HSL color Cylindrical-coordinate representation of color #799C7A: hue angle of 121.71º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #799C7A is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB 121 156 122 -
CMYK 0.22 0 0.22 0.39
HSL 121.71º 0.15% 0.54% -
HSV(B) 121.71º 0.22% 0.61% -
XYZ 23.29 29.25 22.83 -
YUV 141.66 116.9 113.26 -
System Red Green Blue C M Y K H S L
Decimal 121 156 122 0.22 0 0.22 0.39 121.71 0.15 0.54
Hex 79 9C 7A 16 0 16 27 7A F 36
Octal 171 234 172 26 0 26 47 172 17 66
Binary 1111001 10011100 1111010 10110 0 10110 100111 1111010 1111 110110

Color Harmonies of #799C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799C7A

Black with #799C7A

Text Example


Text Example

White with #799C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799C7A; }

 p { color: rgb(121,156,122); }

 H1.HeaderClassName
 {
   color: #799C7A;
 }
 .AnyTagClassName
 {
   color: #799C7A;
 }
</style>

background-color css

<style>
 a { background-color: #799C7A; }

 a { background-color: rgb(121,156,122); }

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

border-color css

<style>
 span { border-color: #799C7A; }

 span { border-color: rgb(121,156,122); }

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