Html Css Color HEX #70774D Finch

📋 copy color: '#70774D'

red 112 ◦ green 119 ◦ blue 77

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

Shades of Finch #70774D

Tints of Finch #70774D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 25%

R = 36.36%
G = 38.64%
B = 25%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.35

 K value IS 0.53

RGB Variations

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

Color information

#70774D (or 0x70774D) is known color: Finch. HEX triplet: 70, 77 and 4D. RGB value is (112,119,77). Sum of RGB (Red+Green+Blue) = 112+119+77=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 119 (46.88% from 255 or 38.64% from 308); Blue value is 77 (30.47% from 255 or 25% from 308); Max value from RGB is 119 - color contains mainly: green. Hex color #70774D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70774D is #8F88B2. Grayscale: #707070. Windows color (decimal): -9406643 or 5076848. OLE color: 5076848.

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

Color convert

RGB 112 119 77 -
CMYK 0.06 0 0.35 0.53
HSL 70º 0.21% 0.38% -
HSV(B) 70º 0.35% 0.47% -
XYZ 14.62 17.17 9.57 -
YUV 112.12 108.18 127.92 -
System Red Green Blue C M Y K H S L
Decimal 112 119 77 0.06 0 0.35 0.53 70 0.21 0.38
Hex 70 77 4D 6 0 23 35 46 15 26
Octal 160 167 115 6 0 43 65 106 25 46
Binary 1110000 1110111 1001101 110 0 100011 110101 1000110 10101 100110

Color Harmonies of #70774D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70774D

Black with #70774D

Text Example


Text Example

White with #70774D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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