Html Css Color HEX #707F70 Davy's Grey

📋 copy color: '#707F70'

red 112 ◦ green 127 ◦ blue 112

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

Shades of Davy's Grey #707F70

Tints of Davy's Grey #707F70

RGB

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

 GREEN value IS 127 (50% from 255) = 36.18%

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

R = 31.91%
G = 36.18%
B = 31.91%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#707F70 (or 0x707F70) is known color: Davy's Grey. HEX triplet: 70, 7F and 70. RGB value is (112,127,112). Sum of RGB (Red+Green+Blue) = 112+127+112=351 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.91% from 351); Green value is 127 (50% from 255 or 36.18% from 351); Blue value is 112 (44.14% from 255 or 31.91% from 351); Max value from RGB is 127 - color contains mainly: green. Hex color #707F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707F70 is #8F808F. Grayscale: #787878. Windows color (decimal): -9404560 or 7372656. OLE color: 7372656.

HSL color Cylindrical-coordinate representation of color #707F70: hue angle of 120º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #707F70 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB 112 127 112 -
CMYK 0.12 0 0.12 0.50
HSL 120º 0.06% 0.47% -
HSV(B) 120º 0.12% 0.5% -
XYZ 17.2 19.79 18.24 -
YUV 120.81 123.03 121.72 -
System Red Green Blue C M Y K H S L
Decimal 112 127 112 0.12 0 0.12 0.50 120 0.06 0.47
Hex 70 7F 70 C 0 C 32 78 6 2F
Octal 160 177 160 14 0 14 62 170 6 57
Binary 1110000 1111111 1110000 1100 0 1100 110010 1111000 110 101111

Color Harmonies of #707F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707F70

Black with #707F70

Text Example


Text Example

White with #707F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707F70; }

 p { color: rgb(112,127,112); }

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

background-color css

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

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

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

border-color css

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

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

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