Html Css Color HEX #747550 Finch

📋 copy color: '#747550'

red 116 ◦ green 117 ◦ blue 80

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

Shades of Finch #747550

Tints of Finch #747550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 25.56%

R = 37.06%
G = 37.38%
B = 25.56%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#747550 (or 0x747550) is known color: Finch. HEX triplet: 74, 75 and 50. RGB value is (116,117,80). Sum of RGB (Red+Green+Blue) = 116+117+80=313 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.06% from 313); Green value is 117 (46.09% from 255 or 37.38% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 117 - color contains mainly: green. Hex color #747550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747550 is #8B8AAF. Grayscale: #707070. Windows color (decimal): -9145008 or 5272948. OLE color: 5272948.

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

Color convert

RGB 116 117 80 -
CMYK 0.01 0 0.32 0.54
HSL 61.62º 0.19% 0.39% -
HSV(B) 61.62º 0.32% 0.46% -
XYZ 15.01 17.01 10.08 -
YUV 112.48 109.67 130.51 -
System Red Green Blue C M Y K H S L
Decimal 116 117 80 0.01 0 0.32 0.54 61.62 0.19 0.39
Hex 74 75 50 1 0 20 36 3E 13 27
Octal 164 165 120 1 0 40 66 76 23 47
Binary 1110100 1110101 1010000 1 0 100000 110110 111110 10011 100111

Color Harmonies of #747550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747550

Black with #747550

Text Example


Text Example

White with #747550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747550; }

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

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

background-color css

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

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

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

border-color css

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

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

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