Html Css Color HEX #707A49 Finch

📋 copy color: '#707A49'

red 112 ◦ green 122 ◦ blue 73

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

Shades of Finch #707A49

Tints of Finch #707A49

RGB

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

 GREEN value IS 122 (48.05% from 255) = 39.74%

 BLUE value IS 73 (28.91% from 255) = 23.78%

R = 36.48%
G = 39.74%
B = 23.78%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.40

 K value IS 0.52

RGB Variations

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

Color information

#707A49 (or 0x707A49) is known color: Finch. HEX triplet: 70, 7A and 49. RGB value is (112,122,73). Sum of RGB (Red+Green+Blue) = 112+122+73=307 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.48% from 307); Green value is 122 (48.05% from 255 or 39.74% from 307); Blue value is 73 (28.91% from 255 or 23.78% from 307); Max value from RGB is 122 - color contains mainly: green. Hex color #707A49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707A49 is #8F85B6. Grayscale: #717171. Windows color (decimal): -9405879 or 4815472. OLE color: 4815472.

HSL color Cylindrical-coordinate representation of color #707A49: hue angle of 72.24º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #707A49 is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.52.

Color convert

RGB 112 122 73 -
CMYK 0.08 0 0.40 0.52
HSL 72.24º 0.25% 0.38% -
HSV(B) 72.24º 0.4% 0.48% -
XYZ 14.84 17.84 8.97 -
YUV 113.42 105.19 126.98 -
System Red Green Blue C M Y K H S L
Decimal 112 122 73 0.08 0 0.40 0.52 72.24 0.25 0.38
Hex 70 7A 49 8 0 28 34 48 19 26
Octal 160 172 111 10 0 50 64 110 31 46
Binary 1110000 1111010 1001001 1000 0 101000 110100 1001000 11001 100110

Color Harmonies of #707A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707A49

Black with #707A49

Text Example


Text Example

White with #707A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707A49; }

 p { color: rgb(112,122,73); }

 H1.HeaderClassName
 {
   color: #707A49;
 }
 .AnyTagClassName
 {
   color: #707A49;
 }
</style>

background-color css

<style>
 a { background-color: #707A49; }

 a { background-color: rgb(112,122,73); }

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

border-color css

<style>
 span { border-color: #707A49; }

 span { border-color: rgb(112,122,73); }

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