Html Css Color HEX #70784F Finch

📋 copy color: '#70784F'

red 112 ◦ green 120 ◦ blue 79

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

Shades of Finch #70784F

Tints of Finch #70784F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 25.4%

R = 36.01%
G = 38.59%
B = 25.4%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#70784F (or 0x70784F) is known color: Finch. HEX triplet: 70, 78 and 4F. RGB value is (112,120,79). Sum of RGB (Red+Green+Blue) = 112+120+79=311 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.01% from 311); Green value is 120 (47.27% from 255 or 38.59% from 311); Blue value is 79 (31.25% from 255 or 25.40% from 311); Max value from RGB is 120 - color contains mainly: green. Hex color #70784F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70784F is #8F87B0. Grayscale: #717171. Windows color (decimal): -9406385 or 5208176. OLE color: 5208176.

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

Color convert

RGB 112 120 79 -
CMYK 0.07 0 0.34 0.53
HSL 71.71º 0.21% 0.39% -
HSV(B) 71.71º 0.34% 0.47% -
XYZ 14.81 17.44 9.98 -
YUV 112.93 108.85 127.33 -
System Red Green Blue C M Y K H S L
Decimal 112 120 79 0.07 0 0.34 0.53 71.71 0.21 0.39
Hex 70 78 4F 7 0 22 35 48 15 27
Octal 160 170 117 7 0 42 65 110 25 47
Binary 1110000 1111000 1001111 111 0 100010 110101 1001000 10101 100111

Color Harmonies of #70784F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70784F

Black with #70784F

Text Example


Text Example

White with #70784F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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