Html Css Color HEX #707562 Finch

📋 copy color: '#707562'

red 112 ◦ green 117 ◦ blue 98

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

Shades of Finch #707562

Tints of Finch #707562

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.78%

 BLUE value IS 98 (38.67% from 255) = 29.97%

R = 34.25%
G = 35.78%
B = 29.97%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#707562 (or 0x707562) is known color: Finch. HEX triplet: 70, 75 and 62. RGB value is (112,117,98). Sum of RGB (Red+Green+Blue) = 112+117+98=327 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.25% from 327); Green value is 117 (46.09% from 255 or 35.78% from 327); Blue value is 98 (38.67% from 255 or 29.97% from 327); Max value from RGB is 117 - color contains mainly: green. Hex color #707562 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707562 is #8F8A9D. Grayscale: #717171. Windows color (decimal): -9407134 or 6452592. OLE color: 6452592.

HSL color Cylindrical-coordinate representation of color #707562: hue angle of 75.79º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #707562 is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 117 98 -
CMYK 0.04 0 0.16 0.54
HSL 75.79º 0.09% 0.42% -
HSV(B) 75.79º 0.16% 0.46% -
XYZ 15.25 17.05 14.04 -
YUV 113.34 119.34 127.04 -
System Red Green Blue C M Y K H S L
Decimal 112 117 98 0.04 0 0.16 0.54 75.79 0.09 0.42
Hex 70 75 62 4 0 10 36 4C 9 2A
Octal 160 165 142 4 0 20 66 114 11 52
Binary 1110000 1110101 1100010 100 0 10000 110110 1001100 1001 101010

Color Harmonies of #707562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707562

Black with #707562

Text Example


Text Example

White with #707562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707562; }

 p { color: rgb(112,117,98); }

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

background-color css

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

 a { background-color: rgb(112,117,98); }

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

border-color css

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

 span { border-color: rgb(112,117,98); }

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