Html Css Color HEX #747663 Finch

📋 copy color: '#747663'

red 116 ◦ green 118 ◦ blue 99

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

Shades of Finch #747663

Tints of Finch #747663

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.44%

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

R = 34.83%
G = 35.44%
B = 29.73%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#747663 (or 0x747663) is known color: Finch. HEX triplet: 74, 76 and 63. RGB value is (116,118,99). Sum of RGB (Red+Green+Blue) = 116+118+99=333 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.83% from 333); Green value is 118 (46.48% from 255 or 35.44% from 333); Blue value is 99 (39.06% from 255 or 29.73% from 333); Max value from RGB is 118 - color contains mainly: green. Hex color #747663 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747663 is #8B899C. Grayscale: #737373. Windows color (decimal): -9144733 or 6518388. OLE color: 6518388.

HSL color Cylindrical-coordinate representation of color #747663: hue angle of 66.32º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #747663 is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.54.

Color convert

RGB 116 118 99 -
CMYK 0.02 0 0.16 0.54
HSL 66.32º 0.09% 0.43% -
HSV(B) 66.32º 0.16% 0.46% -
XYZ 15.93 17.57 14.36 -
YUV 115.24 118.84 128.54 -
System Red Green Blue C M Y K H S L
Decimal 116 118 99 0.02 0 0.16 0.54 66.32 0.09 0.43
Hex 74 76 63 2 0 10 36 42 9 2B
Octal 164 166 143 2 0 20 66 102 11 53
Binary 1110100 1110110 1100011 10 0 10000 110110 1000010 1001 101011

Color Harmonies of #747663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747663

Black with #747663

Text Example


Text Example

White with #747663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747663; }

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

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

background-color css

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

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

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

border-color css

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

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

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