#774444

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

Shades of Bole #774444

Tints of Bole #774444

Color information

#774444 (or 0x774444) is unknown color: approx Bole. HEX triplet: 77, 44 and 44. RGB value is (119,68,68). Sum of RGB (Red+Green+Blue) = 119+68+68=255 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.67% from 255); Green value is 68 (26.95% from 255 or 26.67% from 255); Blue value is 68 (26.95% from 255 or 26.67% from 255); Max value from RGB is 119 - color contains mainly: red. Hex color #774444 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774444 is #88BBBB. Grayscale: #535353. Windows color (decimal): -8960956 or 4473975. OLE color: 4473975.

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

Color convert

RGB1196868-
CMYK00.430.430.53
HSL27.27%36.67%-
HSV(B)42.86%46.67%-
XYZ10.728.476.54-
YUV83.25119.4153.5-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.67%
GREEN value IS 68 (26.95% from 255) = 26.67%
BLUE value IS 68 (26.95% from 255) = 26.67%
R=46.67%
G=26.67%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.43
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119686800.430.430.53027.2736.67
Hex77444402B2B3501b25
Octal167104104053536503345
Binary1110111100010010001000101011101011110101011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774444; }

 p { color: rgb(119,68,68); }

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

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

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

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

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

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

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