Html Css Color HEX #707163 Finch

📋 copy color: '#707163'

red 112 ◦ green 113 ◦ blue 99

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

Shades of Finch #707163

Tints of Finch #707163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 30.56%

R = 34.57%
G = 34.88%
B = 30.56%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#707163 (or 0x707163) is known color: Finch. HEX triplet: 70, 71 and 63. RGB value is (112,113,99). Sum of RGB (Red+Green+Blue) = 112+113+99=324 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.57% from 324); Green value is 113 (44.53% from 255 or 34.88% from 324); Blue value is 99 (39.06% from 255 or 30.56% from 324); Max value from RGB is 113 - color contains mainly: green. Hex color #707163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707163 is #8F8E9C. Grayscale: #6F6F6F. Windows color (decimal): -9408157 or 6517104. OLE color: 6517104.

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

Color convert

RGB 112 113 99 -
CMYK 0.01 0 0.12 0.56
HSL 64.29º 0.07% 0.42% -
HSV(B) 64.29º 0.12% 0.44% -
XYZ 14.84 16.16 14.14 -
YUV 111.11 121.17 128.64 -
System Red Green Blue C M Y K H S L
Decimal 112 113 99 0.01 0 0.12 0.56 64.29 0.07 0.42
Hex 70 71 63 1 0 C 38 40 7 2A
Octal 160 161 143 1 0 14 70 100 7 52
Binary 1110000 1110001 1100011 1 0 1100 111000 1000000 111 101010

Color Harmonies of #707163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707163

Black with #707163

Text Example


Text Example

White with #707163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707163; }

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

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

background-color css

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

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

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

border-color css

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

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

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