Html Css Color HEX #707155 Finch

📋 copy color: '#707155'

red 112 ◦ green 113 ◦ blue 85

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

Shades of Finch #707155

Tints of Finch #707155

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.45%

 BLUE value IS 85 (33.59% from 255) = 27.42%

R = 36.13%
G = 36.45%
B = 27.42%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#707155 (or 0x707155) is known color: Finch. HEX triplet: 70, 71 and 55. RGB value is (112,113,85). Sum of RGB (Red+Green+Blue) = 112+113+85=310 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.13% from 310); Green value is 113 (44.53% from 255 or 36.45% from 310); Blue value is 85 (33.59% from 255 or 27.42% from 310); Max value from RGB is 113 - color contains mainly: green. Hex color #707155 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707155 is #8F8EAA. Grayscale: #6D6D6D. Windows color (decimal): -9408171 or 5599600. OLE color: 5599600.

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

Color convert

RGB 112 113 85 -
CMYK 0.01 0 0.25 0.56
HSL 62.14º 0.14% 0.39% -
HSV(B) 62.14º 0.25% 0.44% -
XYZ 14.23 15.91 10.92 -
YUV 109.51 114.17 129.78 -
System Red Green Blue C M Y K H S L
Decimal 112 113 85 0.01 0 0.25 0.56 62.14 0.14 0.39
Hex 70 71 55 1 0 19 38 3E E 27
Octal 160 161 125 1 0 31 70 76 16 47
Binary 1110000 1110001 1010101 1 0 11001 111000 111110 1110 100111

Color Harmonies of #707155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707155

Black with #707155

Text Example


Text Example

White with #707155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707155; }

 p { color: rgb(112,113,85); }

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

background-color css

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

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

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

border-color css

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

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

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