Html Css Color HEX #70775D Finch

📋 copy color: '#70775D'

red 112 ◦ green 119 ◦ blue 93

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

Shades of Finch #70775D

Tints of Finch #70775D

RGB

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

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

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

R = 34.57%
G = 36.73%
B = 28.7%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#70775D (or 0x70775D) is known color: Finch. HEX triplet: 70, 77 and 5D. RGB value is (112,119,93). Sum of RGB (Red+Green+Blue) = 112+119+93=324 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.57% from 324); Green value is 119 (46.88% from 255 or 36.73% from 324); Blue value is 93 (36.72% from 255 or 28.70% from 324); Max value from RGB is 119 - color contains mainly: green. Hex color #70775D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70775D is #8F88A2. Grayscale: #727272. Windows color (decimal): -9406627 or 6125424. OLE color: 6125424.

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

Color convert

RGB 112 119 93 -
CMYK 0.06 0 0.22 0.53
HSL 76.15º 0.12% 0.42% -
HSV(B) 76.15º 0.22% 0.47% -
XYZ 15.25 17.43 12.92 -
YUV 113.94 116.18 126.61 -
System Red Green Blue C M Y K H S L
Decimal 112 119 93 0.06 0 0.22 0.53 76.15 0.12 0.42
Hex 70 77 5D 6 0 16 35 4C C 2A
Octal 160 167 135 6 0 26 65 114 14 52
Binary 1110000 1110111 1011101 110 0 10110 110101 1001100 1100 101010

Color Harmonies of #70775D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70775D

Black with #70775D

Text Example


Text Example

White with #70775D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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