Html Css Color HEX #70745F Finch

📋 copy color: '#70745F'

red 112 ◦ green 116 ◦ blue 95

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

Shades of Finch #70745F

Tints of Finch #70745F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.41%

R = 34.67%
G = 35.91%
B = 29.41%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#70745F (or 0x70745F) is known color: Finch. HEX triplet: 70, 74 and 5F. RGB value is (112,116,95). Sum of RGB (Red+Green+Blue) = 112+116+95=323 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.67% from 323); Green value is 116 (45.70% from 255 or 35.91% from 323); Blue value is 95 (37.5% from 255 or 29.41% from 323); Max value from RGB is 116 - color contains mainly: green. Hex color #70745F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70745F is #8F8BA0. Grayscale: #707070. Windows color (decimal): -9407393 or 6255728. OLE color: 6255728.

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

Color convert

RGB 112 116 95 -
CMYK 0.03 0 0.18 0.55
HSL 71.43º 0.1% 0.41% -
HSV(B) 71.43º 0.18% 0.45% -
XYZ 14.99 16.76 13.27 -
YUV 112.41 118.17 127.71 -
System Red Green Blue C M Y K H S L
Decimal 112 116 95 0.03 0 0.18 0.55 71.43 0.1 0.41
Hex 70 74 5F 3 0 12 37 47 A 29
Octal 160 164 137 3 0 22 67 107 12 51
Binary 1110000 1110100 1011111 11 0 10010 110111 1000111 1010 101001

Color Harmonies of #70745F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70745F

Black with #70745F

Text Example


Text Example

White with #70745F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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