Html Css Color HEX #70745D Finch

📋 copy color: '#70745D'

red 112 ◦ green 116 ◦ blue 93

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

Shades of Finch #70745D

Tints of Finch #70745D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.97%

R = 34.89%
G = 36.14%
B = 28.97%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#70745D (or 0x70745D) is known color: Finch. HEX triplet: 70, 74 and 5D. RGB value is (112,116,93). Sum of RGB (Red+Green+Blue) = 112+116+93=321 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.89% from 321); Green value is 116 (45.70% from 255 or 36.14% from 321); Blue value is 93 (36.72% from 255 or 28.97% from 321); Max value from RGB is 116 - color contains mainly: green. Hex color #70745D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70745D is #8F8BA2. Grayscale: #707070. Windows color (decimal): -9407395 or 6124656. OLE color: 6124656.

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

Color convert

RGB 112 116 93 -
CMYK 0.03 0 0.20 0.55
HSL 70.43º 0.11% 0.41% -
HSV(B) 70.43º 0.2% 0.45% -
XYZ 14.9 16.73 12.8 -
YUV 112.18 117.17 127.87 -
System Red Green Blue C M Y K H S L
Decimal 112 116 93 0.03 0 0.20 0.55 70.43 0.11 0.41
Hex 70 74 5D 3 0 14 37 46 B 29
Octal 160 164 135 3 0 24 67 106 13 51
Binary 1110000 1110100 1011101 11 0 10100 110111 1000110 1011 101001

Color Harmonies of #70745D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70745D

Black with #70745D

Text Example


Text Example

White with #70745D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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