Html Css Color HEX #70745E Finch

📋 copy color: '#70745E'

red 112 ◦ green 116 ◦ blue 94

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

Shades of Finch #70745E

Tints of Finch #70745E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.02%

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

R = 34.78%
G = 36.02%
B = 29.19%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#70745E (or 0x70745E) is known color: Finch. HEX triplet: 70, 74 and 5E. RGB value is (112,116,94). Sum of RGB (Red+Green+Blue) = 112+116+94=322 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.78% from 322); Green value is 116 (45.70% from 255 or 36.02% from 322); Blue value is 94 (37.11% from 255 or 29.19% from 322); Max value from RGB is 116 - color contains mainly: green. Hex color #70745E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70745E is #8F8BA1. Grayscale: #707070. Windows color (decimal): -9407394 or 6190192. OLE color: 6190192.

HSL color Cylindrical-coordinate representation of color #70745E: hue angle of 70.91º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #70745E is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 116 94 -
CMYK 0.03 0 0.19 0.55
HSL 70.91º 0.1% 0.41% -
HSV(B) 70.91º 0.19% 0.45% -
XYZ 14.95 16.74 13.03 -
YUV 112.3 117.67 127.79 -
System Red Green Blue C M Y K H S L
Decimal 112 116 94 0.03 0 0.19 0.55 70.91 0.1 0.41
Hex 70 74 5E 3 0 13 37 47 A 29
Octal 160 164 136 3 0 23 67 107 12 51
Binary 1110000 1110100 1011110 11 0 10011 110111 1000111 1010 101001

Color Harmonies of #70745E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70745E

Black with #70745E

Text Example


Text Example

White with #70745E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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