Html Css Color HEX #70796F Davy's Grey

📋 copy color: '#70796F'

red 112 ◦ green 121 ◦ blue 111

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

Shades of Davy's Grey #70796F

Tints of Davy's Grey #70796F

RGB

 RED value IS 112 (44.14% from 255) = 32.56%

 GREEN value IS 121 (47.66% from 255) = 35.17%

 BLUE value IS 111 (43.75% from 255) = 32.27%

R = 32.56%
G = 35.17%
B = 32.27%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#70796F (or 0x70796F) is known color: Davy's Grey. HEX triplet: 70, 79 and 6F. RGB value is (112,121,111). Sum of RGB (Red+Green+Blue) = 112+121+111=344 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.56% from 344); Green value is 121 (47.66% from 255 or 35.17% from 344); Blue value is 111 (43.75% from 255 or 32.27% from 344); Max value from RGB is 121 - color contains mainly: green. Hex color #70796F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70796F is #8F8690. Grayscale: #757575. Windows color (decimal): -9406097 or 7305584. OLE color: 7305584.

HSL color Cylindrical-coordinate representation of color #70796F: hue angle of 114º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #70796F is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 121 111 -
CMYK 0.07 0 0.08 0.53
HSL 114º 0.04% 0.45% -
HSV(B) 114º 0.08% 0.47% -
XYZ 16.39 18.27 17.7 -
YUV 117.17 124.52 124.31 -
System Red Green Blue C M Y K H S L
Decimal 112 121 111 0.07 0 0.08 0.53 114 0.04 0.45
Hex 70 79 6F 7 0 8 35 72 4 2D
Octal 160 171 157 7 0 10 65 162 4 55
Binary 1110000 1111001 1101111 111 0 1000 110101 1110010 100 101101

Color Harmonies of #70796F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70796F

Black with #70796F

Text Example


Text Example

White with #70796F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70796F; }

 p { color: rgb(112,121,111); }

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

background-color css

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

 a { background-color: rgb(112,121,111); }

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

border-color css

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

 span { border-color: rgb(112,121,111); }

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