Html Css Color HEX #747756 Finch

📋 copy color: '#747756'

red 116 ◦ green 119 ◦ blue 86

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

Shades of Finch #747756

Tints of Finch #747756

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.07%

 BLUE value IS 86 (33.98% from 255) = 26.79%

R = 36.14%
G = 37.07%
B = 26.79%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#747756 (or 0x747756) is known color: Finch. HEX triplet: 74, 77 and 56. RGB value is (116,119,86). Sum of RGB (Red+Green+Blue) = 116+119+86=321 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.14% from 321); Green value is 119 (46.88% from 255 or 37.07% from 321); Blue value is 86 (33.98% from 255 or 26.79% from 321); Max value from RGB is 119 - color contains mainly: green. Hex color #747756 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747756 is #8B88A9. Grayscale: #727272. Windows color (decimal): -9144490 or 5666676. OLE color: 5666676.

HSL color Cylindrical-coordinate representation of color #747756: hue angle of 65.45º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #747756 is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB 116 119 86 -
CMYK 0.03 0 0.28 0.53
HSL 65.45º 0.16% 0.4% -
HSV(B) 65.45º 0.28% 0.47% -
XYZ 15.48 17.58 11.38 -
YUV 114.34 112.01 129.18 -
System Red Green Blue C M Y K H S L
Decimal 116 119 86 0.03 0 0.28 0.53 65.45 0.16 0.4
Hex 74 77 56 3 0 1C 35 41 10 28
Octal 164 167 126 3 0 34 65 101 20 50
Binary 1110100 1110111 1010110 11 0 11100 110101 1000001 10000 101000

Color Harmonies of #747756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747756

Black with #747756

Text Example


Text Example

White with #747756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747756; }

 p { color: rgb(116,119,86); }

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

background-color css

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

 a { background-color: rgb(116,119,86); }

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

border-color css

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

 span { border-color: rgb(116,119,86); }

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