Html Css Color HEX #717A70 Davy's Grey

📋 copy color: '#717A70'

red 113 ◦ green 122 ◦ blue 112

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

Shades of Davy's Grey #717A70

Tints of Davy's Grey #717A70

RGB

 RED value IS 113 (44.53% from 255) = 32.56%

 GREEN value IS 122 (48.05% from 255) = 35.16%

 BLUE value IS 112 (44.14% from 255) = 32.28%

R = 32.56%
G = 35.16%
B = 32.28%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.08

 K value IS 0.52

RGB Variations

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

Color information

#717A70 (or 0x717A70) is known color: Davy's Grey. HEX triplet: 71, 7A and 70. RGB value is (113,122,112). Sum of RGB (Red+Green+Blue) = 113+122+112=347 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.56% from 347); Green value is 122 (48.05% from 255 or 35.16% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 122 - color contains mainly: green. Hex color #717A70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717A70 is #8E858F. Grayscale: #767676. Windows color (decimal): -9340304 or 7371377. OLE color: 7371377.

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

Color convert

RGB 113 122 112 -
CMYK 0.07 0 0.08 0.52
HSL 114º 0.04% 0.46% -
HSV(B) 114º 0.08% 0.48% -
XYZ 16.69 18.6 18.04 -
YUV 118.17 124.52 124.31 -
System Red Green Blue C M Y K H S L
Decimal 113 122 112 0.07 0 0.08 0.52 114 0.04 0.46
Hex 71 7A 70 7 0 8 34 72 4 2E
Octal 161 172 160 7 0 10 64 162 4 56
Binary 1110001 1111010 1110000 111 0 1000 110100 1110010 100 101110

Color Harmonies of #717A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717A70

Black with #717A70

Text Example


Text Example

White with #717A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717A70; }

 p { color: rgb(113,122,112); }

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

background-color css

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

 a { background-color: rgb(113,122,112); }

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

border-color css

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

 span { border-color: rgb(113,122,112); }

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