Html Css Color HEX #747856 Finch

📋 copy color: '#747856'

red 116 ◦ green 120 ◦ blue 86

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

Shades of Finch #747856

Tints of Finch #747856

RGB

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

 GREEN value IS 120 (47.27% from 255) = 37.27%

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

R = 36.02%
G = 37.27%
B = 26.71%

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

#747856 (or 0x747856) is known color: Finch. HEX triplet: 74, 78 and 56. RGB value is (116,120,86). Sum of RGB (Red+Green+Blue) = 116+120+86=322 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.02% from 322); Green value is 120 (47.27% from 255 or 37.27% from 322); Blue value is 86 (33.98% from 255 or 26.71% from 322); Max value from RGB is 120 - color contains mainly: green. Hex color #747856 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747856 is #8B87A9. Grayscale: #737373. Windows color (decimal): -9144234 or 5666932. OLE color: 5666932.

HSL color Cylindrical-coordinate representation of color #747856: hue angle of 67.06º degrees, saturation: 0.17, 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 #747856 is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB 116 120 86 -
CMYK 0.03 0 0.28 0.53
HSL 67.06º 0.17% 0.4% -
HSV(B) 67.06º 0.28% 0.47% -
XYZ 15.6 17.82 11.42 -
YUV 114.93 111.67 128.76 -
System Red Green Blue C M Y K H S L
Decimal 116 120 86 0.03 0 0.28 0.53 67.06 0.17 0.4
Hex 74 78 56 3 0 1C 35 43 11 28
Octal 164 170 126 3 0 34 65 103 21 50
Binary 1110100 1111000 1010110 11 0 11100 110101 1000011 10001 101000

Color Harmonies of #747856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747856

Black with #747856

Text Example


Text Example

White with #747856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747856; }

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

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

background-color css

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

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

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

border-color css

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

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

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