Html Css Color HEX #70784E Finch

📋 copy color: '#70784E'

red 112 ◦ green 120 ◦ blue 78

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

Shades of Finch #70784E

Tints of Finch #70784E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 25.16%

R = 36.13%
G = 38.71%
B = 25.16%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.35

 K value IS 0.53

RGB Variations

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

Color information

#70784E (or 0x70784E) is known color: Finch. HEX triplet: 70, 78 and 4E. RGB value is (112,120,78). Sum of RGB (Red+Green+Blue) = 112+120+78=310 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.13% from 310); Green value is 120 (47.27% from 255 or 38.71% from 310); Blue value is 78 (30.86% from 255 or 25.16% from 310); Max value from RGB is 120 - color contains mainly: green. Hex color #70784E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70784E is #8F87B1. Grayscale: #707070. Windows color (decimal): -9406386 or 5142640. OLE color: 5142640.

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

Color convert

RGB 112 120 78 -
CMYK 0.07 0 0.35 0.53
HSL 71.43º 0.21% 0.39% -
HSV(B) 71.43º 0.35% 0.47% -
XYZ 14.77 17.43 9.79 -
YUV 112.82 108.35 127.42 -
System Red Green Blue C M Y K H S L
Decimal 112 120 78 0.07 0 0.35 0.53 71.43 0.21 0.39
Hex 70 78 4E 7 0 23 35 47 15 27
Octal 160 170 116 7 0 43 65 107 25 47
Binary 1110000 1111000 1001110 111 0 100011 110101 1000111 10101 100111

Color Harmonies of #70784E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70784E

Black with #70784E

Text Example


Text Example

White with #70784E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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