Html Css Color HEX #707560 Finch

📋 copy color: '#707560'

red 112 ◦ green 117 ◦ blue 96

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

Shades of Finch #707560

Tints of Finch #707560

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36%

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

R = 34.46%
G = 36%
B = 29.54%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#707560 (or 0x707560) is known color: Finch. HEX triplet: 70, 75 and 60. RGB value is (112,117,96). Sum of RGB (Red+Green+Blue) = 112+117+96=325 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.46% from 325); Green value is 117 (46.09% from 255 or 36% from 325); Blue value is 96 (37.89% from 255 or 29.54% from 325); Max value from RGB is 117 - color contains mainly: green. Hex color #707560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707560 is #8F8A9F. Grayscale: #717171. Windows color (decimal): -9407136 or 6321520. OLE color: 6321520.

HSL color Cylindrical-coordinate representation of color #707560: hue angle of 74.29º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #707560 is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 117 96 -
CMYK 0.04 0 0.18 0.54
HSL 74.29º 0.1% 0.42% -
HSV(B) 74.29º 0.18% 0.46% -
XYZ 15.15 17.01 13.55 -
YUV 113.11 118.34 127.21 -
System Red Green Blue C M Y K H S L
Decimal 112 117 96 0.04 0 0.18 0.54 74.29 0.1 0.42
Hex 70 75 60 4 0 12 36 4A A 2A
Octal 160 165 140 4 0 22 66 112 12 52
Binary 1110000 1110101 1100000 100 0 10010 110110 1001010 1010 101010

Color Harmonies of #707560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707560

Black with #707560

Text Example


Text Example

White with #707560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707560; }

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

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

background-color css

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

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

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

border-color css

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

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

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