Html Css Color HEX #70755A Finch

📋 copy color: '#70755A'

red 112 ◦ green 117 ◦ blue 90

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

Shades of Finch #70755A

Tints of Finch #70755A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.68%

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

R = 35.11%
G = 36.68%
B = 28.21%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#70755A (or 0x70755A) is known color: Finch. HEX triplet: 70, 75 and 5A. RGB value is (112,117,90). Sum of RGB (Red+Green+Blue) = 112+117+90=319 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.11% from 319); Green value is 117 (46.09% from 255 or 36.68% from 319); Blue value is 90 (35.55% from 255 or 28.21% from 319); Max value from RGB is 117 - color contains mainly: green. Hex color #70755A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70755A is #8F8AA5. Grayscale: #707070. Windows color (decimal): -9407142 or 5928304. OLE color: 5928304.

HSL color Cylindrical-coordinate representation of color #70755A: hue angle of 71.11º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #70755A is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 117 90 -
CMYK 0.04 0 0.23 0.54
HSL 71.11º 0.13% 0.41% -
HSV(B) 71.11º 0.23% 0.46% -
XYZ 14.89 16.91 12.15 -
YUV 112.43 115.34 127.7 -
System Red Green Blue C M Y K H S L
Decimal 112 117 90 0.04 0 0.23 0.54 71.11 0.13 0.41
Hex 70 75 5A 4 0 17 36 47 D 29
Octal 160 165 132 4 0 27 66 107 15 51
Binary 1110000 1110101 1011010 100 0 10111 110110 1000111 1101 101001

Color Harmonies of #70755A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70755A

Black with #70755A

Text Example


Text Example

White with #70755A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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