Html Css Color HEX #707161 Finch

📋 copy color: '#707161'

red 112 ◦ green 113 ◦ blue 97

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

Shades of Finch #707161

Tints of Finch #707161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 30.12%

R = 34.78%
G = 35.09%
B = 30.12%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#707161 (or 0x707161) is known color: Finch. HEX triplet: 70, 71 and 61. RGB value is (112,113,97). Sum of RGB (Red+Green+Blue) = 112+113+97=322 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.78% from 322); Green value is 113 (44.53% from 255 or 35.09% from 322); Blue value is 97 (38.28% from 255 or 30.12% from 322); Max value from RGB is 113 - color contains mainly: green. Hex color #707161 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707161 is #8F8E9E. Grayscale: #6E6E6E. Windows color (decimal): -9408159 or 6386032. OLE color: 6386032.

HSL color Cylindrical-coordinate representation of color #707161: hue angle of 63.75º 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 #707161 is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 113 97 -
CMYK 0.01 0 0.14 0.56
HSL 63.75º 0.08% 0.41% -
HSV(B) 63.75º 0.14% 0.44% -
XYZ 14.74 16.12 13.64 -
YUV 110.88 120.17 128.8 -
System Red Green Blue C M Y K H S L
Decimal 112 113 97 0.01 0 0.14 0.56 63.75 0.08 0.41
Hex 70 71 61 1 0 E 38 40 8 29
Octal 160 161 141 1 0 16 70 100 10 51
Binary 1110000 1110001 1100001 1 0 1110 111000 1000000 1000 101001

Color Harmonies of #707161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707161

Black with #707161

Text Example


Text Example

White with #707161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707161; }

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

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

background-color css

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

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

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

border-color css

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

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

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