Html Css Color HEX #747563 Finch

📋 copy color: '#747563'

red 116 ◦ green 117 ◦ blue 99

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

Shades of Finch #747563

Tints of Finch #747563

RGB

 RED value IS 116 (45.7% from 255) = 34.94%

 GREEN value IS 117 (46.09% from 255) = 35.24%

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

R = 34.94%
G = 35.24%
B = 29.82%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#747563 (or 0x747563) is known color: Finch. HEX triplet: 74, 75 and 63. RGB value is (116,117,99). Sum of RGB (Red+Green+Blue) = 116+117+99=332 (43% of max value = 765). Red value is 116 (45.70% from 255 or 34.94% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 99 (39.06% from 255 or 29.82% from 332); Max value from RGB is 117 - color contains mainly: green. Hex color #747563 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747563 is #8B8A9C. Grayscale: #727272. Windows color (decimal): -9144989 or 6518132. OLE color: 6518132.

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

Color convert

RGB 116 117 99 -
CMYK 0.01 0 0.15 0.54
HSL 63.33º 0.08% 0.42% -
HSV(B) 63.33º 0.15% 0.46% -
XYZ 15.82 17.34 14.32 -
YUV 114.65 119.17 128.96 -
System Red Green Blue C M Y K H S L
Decimal 116 117 99 0.01 0 0.15 0.54 63.33 0.08 0.42
Hex 74 75 63 1 0 F 36 3F 8 2A
Octal 164 165 143 1 0 17 66 77 10 52
Binary 1110100 1110101 1100011 1 0 1111 110110 111111 1000 101010

Color Harmonies of #747563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747563

Black with #747563

Text Example


Text Example

White with #747563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747563; }

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

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

background-color css

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

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

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

border-color css

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

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

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