#774844

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

Shades of Bole #774844

Tints of Bole #774844

Color information

#774844 (or 0x774844) is unknown color: approx Bole. HEX triplet: 77, 48 and 44. RGB value is (119,72,68). Sum of RGB (Red+Green+Blue) = 119+72+68=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 72 (28.52% from 255 or 27.80% from 259); Blue value is 68 (26.95% from 255 or 26.25% from 259); Max value from RGB is 119 - color contains mainly: red. Hex color #774844 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774844 is #88B7BB. Grayscale: #555555. Windows color (decimal): -8959932 or 4474999. OLE color: 4474999.

HSL color Cylindrical-coordinate representation of color #774844: hue angle of 4.71º 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 #774844 is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.53.

Color convert

RGB1197268-
CMYK00.390.430.53
HSL4.71º27.27%36.67%-
HSV(B)4.71º42.86%46.67%-
XYZ10.978.976.62-
YUV85.6118.07151.83-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.95%
GREEN value IS 72 (28.52% from 255) = 27.80%
BLUE value IS 68 (26.95% from 255) = 26.25%
R=45.95%
G=27.80%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.43
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119726800.390.430.534.7127.2736.67
Hex7748440272B3551b25
Octal167110104047536553345
Binary111011110010001000100010011110101111010110111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774844; }

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

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

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

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

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

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

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

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