Html Css Color HEX #707463 Finch

📋 copy color: '#707463'

red 112 ◦ green 116 ◦ blue 99

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

Shades of Finch #707463

Tints of Finch #707463

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.47%

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

R = 34.25%
G = 35.47%
B = 30.28%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#707463 (or 0x707463) is known color: Finch. HEX triplet: 70, 74 and 63. RGB value is (112,116,99). Sum of RGB (Red+Green+Blue) = 112+116+99=327 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.25% from 327); Green value is 116 (45.70% from 255 or 35.47% from 327); Blue value is 99 (39.06% from 255 or 30.28% from 327); Max value from RGB is 116 - color contains mainly: green. Hex color #707463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707463 is #8F8B9C. Grayscale: #707070. Windows color (decimal): -9407389 or 6517872. OLE color: 6517872.

HSL color Cylindrical-coordinate representation of color #707463: hue angle of 74.12º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #707463 is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 116 99 -
CMYK 0.03 0 0.15 0.55
HSL 74.12º 0.08% 0.42% -
HSV(B) 74.12º 0.15% 0.45% -
XYZ 15.18 16.84 14.25 -
YUV 112.87 120.17 127.38 -
System Red Green Blue C M Y K H S L
Decimal 112 116 99 0.03 0 0.15 0.55 74.12 0.08 0.42
Hex 70 74 63 3 0 F 37 4A 8 2A
Octal 160 164 143 3 0 17 67 112 10 52
Binary 1110000 1110100 1100011 11 0 1111 110111 1001010 1000 101010

Color Harmonies of #707463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707463

Black with #707463

Text Example


Text Example

White with #707463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707463; }

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

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

background-color css

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

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

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

border-color css

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

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

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