Html Css Color HEX #717363 Finch

📋 copy color: '#717363'

red 113 ◦ green 115 ◦ blue 99

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

Shades of Finch #717363

Tints of Finch #717363

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.17%

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

R = 34.56%
G = 35.17%
B = 30.28%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#717363 (or 0x717363) is known color: Finch. HEX triplet: 71, 73 and 63. RGB value is (113,115,99). Sum of RGB (Red+Green+Blue) = 113+115+99=327 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.56% from 327); Green value is 115 (45.31% from 255 or 35.17% from 327); Blue value is 99 (39.06% from 255 or 30.28% from 327); Max value from RGB is 115 - color contains mainly: green. Hex color #717363 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717363 is #8E8C9C. Grayscale: #707070. Windows color (decimal): -9342109 or 6517617. OLE color: 6517617.

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

Color convert

RGB 113 115 99 -
CMYK 0.02 0 0.14 0.55
HSL 67.5º 0.07% 0.42% -
HSV(B) 67.5º 0.14% 0.45% -
XYZ 15.19 16.67 14.22 -
YUV 112.58 120.34 128.3 -
System Red Green Blue C M Y K H S L
Decimal 113 115 99 0.02 0 0.14 0.55 67.5 0.07 0.42
Hex 71 73 63 2 0 E 37 44 7 2A
Octal 161 163 143 2 0 16 67 104 7 52
Binary 1110001 1110011 1100011 10 0 1110 110111 1000100 111 101010

Color Harmonies of #717363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717363

Black with #717363

Text Example


Text Example

White with #717363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717363; }

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

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

background-color css

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

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

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

border-color css

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

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

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