Html Css Color HEX #70784D Finch

📋 copy color: '#70784D'

red 112 ◦ green 120 ◦ blue 77

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

Shades of Finch #70784D

Tints of Finch #70784D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 38.83%

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

R = 36.25%
G = 38.83%
B = 24.92%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.36

 K value IS 0.53

RGB Variations

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

Color information

#70784D (or 0x70784D) is known color: Finch. HEX triplet: 70, 78 and 4D. RGB value is (112,120,77). Sum of RGB (Red+Green+Blue) = 112+120+77=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 120 (47.27% from 255 or 38.83% from 309); Blue value is 77 (30.47% from 255 or 24.92% from 309); Max value from RGB is 120 - color contains mainly: green. Hex color #70784D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70784D is #8F87B2. Grayscale: #707070. Windows color (decimal): -9406387 or 5077104. OLE color: 5077104.

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

Color convert

RGB 112 120 77 -
CMYK 0.07 0 0.36 0.53
HSL 71.16º 0.22% 0.39% -
HSV(B) 71.16º 0.36% 0.47% -
XYZ 14.74 17.41 9.61 -
YUV 112.71 107.85 127.5 -
System Red Green Blue C M Y K H S L
Decimal 112 120 77 0.07 0 0.36 0.53 71.16 0.22 0.39
Hex 70 78 4D 7 0 24 35 47 16 27
Octal 160 170 115 7 0 44 65 107 26 47
Binary 1110000 1111000 1001101 111 0 100100 110101 1000111 10110 100111

Color Harmonies of #70784D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70784D

Black with #70784D

Text Example


Text Example

White with #70784D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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