#774D45

Color #774D45 Bole (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bole #774D45

Tints of Bole #774D45

Color information

#774D45 (or 0x774D45) is unknown color: approx Bole. HEX triplet: 77, 4D and 45. RGB value is (119,77,69). Sum of RGB (Red+Green+Blue) = 119+77+69=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 77 (30.47% from 255 or 29.06% from 265); Blue value is 69 (27.34% from 255 or 26.04% from 265); Max value from RGB is 119 - color contains mainly: red. Hex color #774D45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774D45 is #88B2BA. Grayscale: #585858. Windows color (decimal): -8958651 or 4541815. OLE color: 4541815.

HSL color Cylindrical-coordinate representation of color #774D45: hue angle of 9.6º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #774D45 is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.53.

Color convert

RGB1197769-
CMYK00.350.420.53
HSL9.6º26.6%36.86%-
HSV(B)9.6º42.02%46.67%-
XYZ11.349.666.9-
YUV88.65116.91149.65-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.91%
GREEN value IS 77 (30.47% from 255) = 29.06%
BLUE value IS 69 (27.34% from 255) = 26.04%
R=44.91%
G=29.06%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119776900.350.420.539.626.636.86
Hex774D450232A35a1b25
Octal1671151050435265123345
Binary1110111100110110001010100011101010110101101011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774D45; }

 p { color: rgb(119,77,69); }

 H1.HeaderClassName
 {
   color: #774D45;
 }
 .AnyTagClassName
 {
   color: #774D45;
 }
</style>
background-color css

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

 a { background-color: rgb(119,77,69); }

 div.DivClassName
 {
   background-color: #774D45;
 }
 .BgClassName
 {
   background-color: #774D45;
 }
</style>
border-color css

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

 span { border-color: rgb(119,77,69); }

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