Html Css Color HEX #717263 Finch

📋 copy color: '#717263'

red 113 ◦ green 114 ◦ blue 99

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

Shades of Finch #717263

Tints of Finch #717263

RGB

 RED value IS 113 (44.53% from 255) = 34.66%

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

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

R = 34.66%
G = 34.97%
B = 30.37%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#717263 (or 0x717263) is known color: Finch. HEX triplet: 71, 72 and 63. RGB value is (113,114,99). Sum of RGB (Red+Green+Blue) = 113+114+99=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 114 (44.92% from 255 or 34.97% from 326); Blue value is 99 (39.06% from 255 or 30.37% from 326); Max value from RGB is 114 - color contains mainly: green. Hex color #717263 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717263 is #8E8D9C. Grayscale: #707070. Windows color (decimal): -9342365 or 6517361. OLE color: 6517361.

HSL color Cylindrical-coordinate representation of color #717263: hue angle of 64º 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 #717263 is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB 113 114 99 -
CMYK 0.01 0 0.13 0.55
HSL 64º 0.07% 0.42% -
HSV(B) 64º 0.13% 0.45% -
XYZ 15.08 16.45 14.18 -
YUV 111.99 120.67 128.72 -
System Red Green Blue C M Y K H S L
Decimal 113 114 99 0.01 0 0.13 0.55 64 0.07 0.42
Hex 71 72 63 1 0 D 37 40 7 2A
Octal 161 162 143 1 0 15 67 100 7 52
Binary 1110001 1110010 1100011 1 0 1101 110111 1000000 111 101010

Color Harmonies of #717263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717263

Black with #717263

Text Example


Text Example

White with #717263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717263; }

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

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

background-color css

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

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

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

border-color css

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

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

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