Html Css Color HEX #70715E Finch

📋 copy color: '#70715E'

red 112 ◦ green 113 ◦ blue 94

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

Shades of Finch #70715E

Tints of Finch #70715E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.47%

R = 35.11%
G = 35.42%
B = 29.47%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#70715E (or 0x70715E) is known color: Finch. HEX triplet: 70, 71 and 5E. RGB value is (112,113,94). Sum of RGB (Red+Green+Blue) = 112+113+94=319 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.11% from 319); Green value is 113 (44.53% from 255 or 35.42% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 113 - color contains mainly: green. Hex color #70715E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70715E is #8F8EA1. Grayscale: #6E6E6E. Windows color (decimal): -9408162 or 6189424. OLE color: 6189424.

HSL color Cylindrical-coordinate representation of color #70715E: hue angle of 63.16º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #70715E is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 113 94 -
CMYK 0.01 0 0.17 0.56
HSL 63.16º 0.09% 0.41% -
HSV(B) 63.16º 0.17% 0.44% -
XYZ 14.61 16.06 12.92 -
YUV 110.54 118.67 129.04 -
System Red Green Blue C M Y K H S L
Decimal 112 113 94 0.01 0 0.17 0.56 63.16 0.09 0.41
Hex 70 71 5E 1 0 11 38 3F 9 29
Octal 160 161 136 1 0 21 70 77 11 51
Binary 1110000 1110001 1011110 1 0 10001 111000 111111 1001 101001

Color Harmonies of #70715E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70715E

Black with #70715E

Text Example


Text Example

White with #70715E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70715E; }

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

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

background-color css

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

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

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

border-color css

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

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

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