Html Css Color HEX #707060 Finch

📋 copy color: '#707060'

red 112 ◦ green 112 ◦ blue 96

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

Shades of Finch #707060

Tints of Finch #707060

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35%

 BLUE value IS 96 (37.89% from 255) = 30%

R = 35%
G = 35%
B = 30%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#707060 (or 0x707060) is known color: Finch. HEX triplet: 70, 70 and 60. RGB value is (112,112,96). Sum of RGB (Red+Green+Blue) = 112+112+96=320 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35% from 320); Green value is 112 (44.14% from 255 or 35% from 320); Blue value is 96 (37.89% from 255 or 30% from 320); Max value from RGB is 112 - color contains mainly: red, green. Hex color #707060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707060 is #8F8F9F. Grayscale: #6E6E6E. Windows color (decimal): -9408416 or 6320240. OLE color: 6320240.

HSL color Cylindrical-coordinate representation of color #707060: hue angle of 60º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #707060 is Cyan = 0, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 112 96 -
CMYK 0 0 0.14 0.56
HSL 60º 0.08% 0.41% -
HSV(B) 60º 0.14% 0.44% -
XYZ 14.59 15.88 13.36 -
YUV 110.18 120 129.3 -
System Red Green Blue C M Y K H S L
Decimal 112 112 96 0 0 0.14 0.56 60 0.08 0.41
Hex 70 70 60 0 0 E 38 3C 8 29
Octal 160 160 140 0 0 16 70 74 10 51
Binary 1110000 1110000 1100000 0 0 1110 111000 111100 1000 101001

Color Harmonies of #707060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707060

Black with #707060

Text Example


Text Example

White with #707060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707060; }

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

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

background-color css

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

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

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

border-color css

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

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

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