Html Css Color HEX #70775E Finch

📋 copy color: '#70775E'

red 112 ◦ green 119 ◦ blue 94

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

Shades of Finch #70775E

Tints of Finch #70775E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.62%

 BLUE value IS 94 (37.11% from 255) = 28.92%

R = 34.46%
G = 36.62%
B = 28.92%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#70775E (or 0x70775E) is known color: Finch. HEX triplet: 70, 77 and 5E. RGB value is (112,119,94). Sum of RGB (Red+Green+Blue) = 112+119+94=325 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.46% from 325); Green value is 119 (46.88% from 255 or 36.62% from 325); Blue value is 94 (37.11% from 255 or 28.92% from 325); Max value from RGB is 119 - color contains mainly: green. Hex color #70775E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70775E is #8F88A1. Grayscale: #727272. Windows color (decimal): -9406626 or 6190960. OLE color: 6190960.

HSL color Cylindrical-coordinate representation of color #70775E: hue angle of 76.8º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #70775E is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 119 94 -
CMYK 0.06 0 0.21 0.53
HSL 76.8º 0.12% 0.42% -
HSV(B) 76.8º 0.21% 0.47% -
XYZ 15.3 17.45 13.15 -
YUV 114.06 116.68 126.53 -
System Red Green Blue C M Y K H S L
Decimal 112 119 94 0.06 0 0.21 0.53 76.8 0.12 0.42
Hex 70 77 5E 6 0 15 35 4D C 2A
Octal 160 167 136 6 0 25 65 115 14 52
Binary 1110000 1110111 1011110 110 0 10101 110101 1001101 1100 101010

Color Harmonies of #70775E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70775E

Black with #70775E

Text Example


Text Example

White with #70775E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70775E; }

 p { color: rgb(112,119,94); }

 H1.HeaderClassName
 {
   color: #70775E;
 }
 .AnyTagClassName
 {
   color: #70775E;
 }
</style>

background-color css

<style>
 a { background-color: #70775E; }

 a { background-color: rgb(112,119,94); }

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

border-color css

<style>
 span { border-color: #70775E; }

 span { border-color: rgb(112,119,94); }

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