Html Css Color HEX #747561 Finch

📋 copy color: '#747561'

red 116 ◦ green 117 ◦ blue 97

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

Shades of Finch #747561

Tints of Finch #747561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 29.39%

R = 35.15%
G = 35.45%
B = 29.39%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#747561 (or 0x747561) is known color: Finch. HEX triplet: 74, 75 and 61. RGB value is (116,117,97). Sum of RGB (Red+Green+Blue) = 116+117+97=330 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.15% from 330); Green value is 117 (46.09% from 255 or 35.45% from 330); Blue value is 97 (38.28% from 255 or 29.39% from 330); Max value from RGB is 117 - color contains mainly: green. Hex color #747561 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747561 is #8B8A9E. Grayscale: #727272. Windows color (decimal): -9144991 or 6387060. OLE color: 6387060.

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

Color convert

RGB 116 117 97 -
CMYK 0.01 0 0.17 0.54
HSL 63º 0.09% 0.42% -
HSV(B) 63º 0.17% 0.46% -
XYZ 15.72 17.3 13.82 -
YUV 114.42 118.17 129.13 -
System Red Green Blue C M Y K H S L
Decimal 116 117 97 0.01 0 0.17 0.54 63 0.09 0.42
Hex 74 75 61 1 0 11 36 3F 9 2A
Octal 164 165 141 1 0 21 66 77 11 52
Binary 1110100 1110101 1100001 1 0 10001 110110 111111 1001 101010

Color Harmonies of #747561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747561

Black with #747561

Text Example


Text Example

White with #747561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747561; }

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

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

background-color css

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

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

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

border-color css

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

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

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