Html Css Color HEX #799376 Davy's Grey

📋 copy color: '#799376'

red 121 ◦ green 147 ◦ blue 118

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

Shades of Davy's Grey #799376

Tints of Davy's Grey #799376

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.08%

 BLUE value IS 118 (46.48% from 255) = 30.57%

R = 31.35%
G = 38.08%
B = 30.57%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#799376 (or 0x799376) is known color: Davy's Grey. HEX triplet: 79, 93 and 76. RGB value is (121,147,118). Sum of RGB (Red+Green+Blue) = 121+147+118=386 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.35% from 386); Green value is 147 (57.81% from 255 or 38.08% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 147 - color contains mainly: green. Hex color #799376 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799376 is #866C89. Grayscale: #888888. Windows color (decimal): -8809610 or 7771001. OLE color: 7771001.

HSL color Cylindrical-coordinate representation of color #799376: hue angle of 113.79º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #799376 is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 121 147 118 -
CMYK 0.18 0 0.20 0.42
HSL 113.79º 0.12% 0.52% -
HSV(B) 113.79º 0.2% 0.58% -
XYZ 21.59 26.24 21.07 -
YUV 135.92 117.89 117.36 -
System Red Green Blue C M Y K H S L
Decimal 121 147 118 0.18 0 0.20 0.42 113.79 0.12 0.52
Hex 79 93 76 12 0 14 2A 72 C 34
Octal 171 223 166 22 0 24 52 162 14 64
Binary 1111001 10010011 1110110 10010 0 10100 101010 1110010 1100 110100

Color Harmonies of #799376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799376

Black with #799376

Text Example


Text Example

White with #799376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799376; }

 p { color: rgb(121,147,118); }

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

background-color css

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

 a { background-color: rgb(121,147,118); }

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

border-color css

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

 span { border-color: rgb(121,147,118); }

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