Html Css Color HEX #707556 Finch

📋 copy color: '#707556'

red 112 ◦ green 117 ◦ blue 86

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

Shades of Finch #707556

Tints of Finch #707556

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 27.3%

R = 35.56%
G = 37.14%
B = 27.3%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#707556 (or 0x707556) is known color: Finch. HEX triplet: 70, 75 and 56. RGB value is (112,117,86). Sum of RGB (Red+Green+Blue) = 112+117+86=315 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.56% from 315); Green value is 117 (46.09% from 255 or 37.14% from 315); Blue value is 86 (33.98% from 255 or 27.30% from 315); Max value from RGB is 117 - color contains mainly: green. Hex color #707556 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707556 is #8F8AA9. Grayscale: #707070. Windows color (decimal): -9407146 or 5666160. OLE color: 5666160.

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

Color convert

RGB 112 117 86 -
CMYK 0.04 0 0.26 0.54
HSL 69.68º 0.15% 0.4% -
HSV(B) 69.68º 0.26% 0.46% -
XYZ 14.72 16.84 11.28 -
YUV 111.97 113.34 128.02 -
System Red Green Blue C M Y K H S L
Decimal 112 117 86 0.04 0 0.26 0.54 69.68 0.15 0.4
Hex 70 75 56 4 0 1A 36 46 F 28
Octal 160 165 126 4 0 32 66 106 17 50
Binary 1110000 1110101 1010110 100 0 11010 110110 1000110 1111 101000

Color Harmonies of #707556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707556

Black with #707556

Text Example


Text Example

White with #707556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707556; }

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

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

background-color css

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

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

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

border-color css

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

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

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