Html Css Color HEX #707162 Finch

📋 copy color: '#707162'

red 112 ◦ green 113 ◦ blue 98

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

Shades of Finch #707162

Tints of Finch #707162

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.98%

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

R = 34.67%
G = 34.98%
B = 30.34%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#707162 (or 0x707162) is known color: Finch. HEX triplet: 70, 71 and 62. RGB value is (112,113,98). Sum of RGB (Red+Green+Blue) = 112+113+98=323 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.67% from 323); Green value is 113 (44.53% from 255 or 34.98% from 323); Blue value is 98 (38.67% from 255 or 30.34% from 323); Max value from RGB is 113 - color contains mainly: green. Hex color #707162 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707162 is #8F8E9D. Grayscale: #6F6F6F. Windows color (decimal): -9408158 or 6451568. OLE color: 6451568.

HSL color Cylindrical-coordinate representation of color #707162: hue angle of 64º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #707162 is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 113 98 -
CMYK 0.01 0 0.13 0.56
HSL 64º 0.07% 0.41% -
HSV(B) 64º 0.13% 0.44% -
XYZ 14.79 16.14 13.89 -
YUV 110.99 120.67 128.72 -
System Red Green Blue C M Y K H S L
Decimal 112 113 98 0.01 0 0.13 0.56 64 0.07 0.41
Hex 70 71 62 1 0 D 38 40 7 29
Octal 160 161 142 1 0 15 70 100 7 51
Binary 1110000 1110001 1100010 1 0 1101 111000 1000000 111 101001

Color Harmonies of #707162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707162

Black with #707162

Text Example


Text Example

White with #707162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707162; }

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

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

background-color css

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

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

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

border-color css

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

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

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