Html Css Color HEX #707558 Finch

📋 copy color: '#707558'

red 112 ◦ green 117 ◦ blue 88

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

Shades of Finch #707558

Tints of Finch #707558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 27.76%

R = 35.33%
G = 36.91%
B = 27.76%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#707558 (or 0x707558) is known color: Finch. HEX triplet: 70, 75 and 58. RGB value is (112,117,88). Sum of RGB (Red+Green+Blue) = 112+117+88=317 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.33% from 317); Green value is 117 (46.09% from 255 or 36.91% from 317); Blue value is 88 (34.77% from 255 or 27.76% from 317); Max value from RGB is 117 - color contains mainly: green. Hex color #707558 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707558 is #8F8AA7. Grayscale: #707070. Windows color (decimal): -9407144 or 5797232. OLE color: 5797232.

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

Color convert

RGB 112 117 88 -
CMYK 0.04 0 0.25 0.54
HSL 70.34º 0.14% 0.4% -
HSV(B) 70.34º 0.25% 0.46% -
XYZ 14.8 16.87 11.71 -
YUV 112.2 114.34 127.86 -
System Red Green Blue C M Y K H S L
Decimal 112 117 88 0.04 0 0.25 0.54 70.34 0.14 0.4
Hex 70 75 58 4 0 19 36 46 E 28
Octal 160 165 130 4 0 31 66 106 16 50
Binary 1110000 1110101 1011000 100 0 11001 110110 1000110 1110 101000

Color Harmonies of #707558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707558

Black with #707558

Text Example


Text Example

White with #707558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707558; }

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

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

background-color css

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

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

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

border-color css

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

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

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