Html Css Color HEX #70745A Finch

📋 copy color: '#70745A'

red 112 ◦ green 116 ◦ blue 90

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

Shades of Finch #70745A

Tints of Finch #70745A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 28.3%

R = 35.22%
G = 36.48%
B = 28.3%

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

#70745A (or 0x70745A) is known color: Finch. HEX triplet: 70, 74 and 5A. RGB value is (112,116,90). Sum of RGB (Red+Green+Blue) = 112+116+90=318 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.22% from 318); Green value is 116 (45.70% from 255 or 36.48% from 318); Blue value is 90 (35.55% from 255 or 28.30% from 318); Max value from RGB is 116 - color contains mainly: green. Hex color #70745A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70745A is #8F8BA5. Grayscale: #6F6F6F. Windows color (decimal): -9407398 or 5928048. OLE color: 5928048.

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

Color convert

RGB 112 116 90 -
CMYK 0.03 0 0.22 0.55
HSL 69.23º 0.13% 0.4% -
HSV(B) 69.23º 0.22% 0.45% -
XYZ 14.77 16.67 12.11 -
YUV 111.84 115.67 128.11 -
System Red Green Blue C M Y K H S L
Decimal 112 116 90 0.03 0 0.22 0.55 69.23 0.13 0.4
Hex 70 74 5A 3 0 16 37 45 D 28
Octal 160 164 132 3 0 26 67 105 15 50
Binary 1110000 1110100 1011010 11 0 10110 110111 1000101 1101 101000

Color Harmonies of #70745A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70745A

Black with #70745A

Text Example


Text Example

White with #70745A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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