Html Css Color HEX #707263 Finch

📋 copy color: '#707263'

red 112 ◦ green 114 ◦ blue 99

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

Shades of Finch #707263

Tints of Finch #707263

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.08%

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

R = 34.46%
G = 35.08%
B = 30.46%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#707263 (or 0x707263) is known color: Finch. HEX triplet: 70, 72 and 63. RGB value is (112,114,99). Sum of RGB (Red+Green+Blue) = 112+114+99=325 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.46% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 99 (39.06% from 255 or 30.46% from 325); Max value from RGB is 114 - color contains mainly: green. Hex color #707263 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707263 is #8F8D9C. Grayscale: #6F6F6F. Windows color (decimal): -9407901 or 6517360. OLE color: 6517360.

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

Color convert

RGB 112 114 99 -
CMYK 0.02 0 0.13 0.55
HSL 68º 0.07% 0.42% -
HSV(B) 68º 0.13% 0.45% -
XYZ 14.95 16.38 14.18 -
YUV 111.69 120.84 128.22 -
System Red Green Blue C M Y K H S L
Decimal 112 114 99 0.02 0 0.13 0.55 68 0.07 0.42
Hex 70 72 63 2 0 D 37 44 7 2A
Octal 160 162 143 2 0 15 67 104 7 52
Binary 1110000 1110010 1100011 10 0 1101 110111 1000100 111 101010

Color Harmonies of #707263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707263

Black with #707263

Text Example


Text Example

White with #707263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707263; }

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

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

background-color css

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

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

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

border-color css

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

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

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