Html Css Color HEX #70745B Finch

📋 copy color: '#70745B'

red 112 ◦ green 116 ◦ blue 91

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

Shades of Finch #70745B

Tints of Finch #70745B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.53%

R = 35.11%
G = 36.36%
B = 28.53%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#70745B (or 0x70745B) is known color: Finch. HEX triplet: 70, 74 and 5B. RGB value is (112,116,91). Sum of RGB (Red+Green+Blue) = 112+116+91=319 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.11% from 319); Green value is 116 (45.70% from 255 or 36.36% from 319); Blue value is 91 (35.94% from 255 or 28.53% from 319); Max value from RGB is 116 - color contains mainly: green. Hex color #70745B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70745B is #8F8BA4. Grayscale: #707070. Windows color (decimal): -9407397 or 5993584. OLE color: 5993584.

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

Color convert

RGB 112 116 91 -
CMYK 0.03 0 0.22 0.55
HSL 69.6º 0.12% 0.41% -
HSV(B) 69.6º 0.22% 0.45% -
XYZ 14.82 16.69 12.34 -
YUV 111.95 116.17 128.03 -
System Red Green Blue C M Y K H S L
Decimal 112 116 91 0.03 0 0.22 0.55 69.6 0.12 0.41
Hex 70 74 5B 3 0 16 37 46 C 29
Octal 160 164 133 3 0 26 67 106 14 51
Binary 1110000 1110100 1011011 11 0 10110 110111 1000110 1100 101001

Color Harmonies of #70745B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70745B

Black with #70745B

Text Example


Text Example

White with #70745B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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