#774B44

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

Shades of Bole #774B44

Tints of Bole #774B44

Color information

#774B44 (or 0x774B44) is unknown color: approx Bole. HEX triplet: 77, 4B and 44. RGB value is (119,75,68). Sum of RGB (Red+Green+Blue) = 119+75+68=262 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.42% from 262); Green value is 75 (29.69% from 255 or 28.63% from 262); Blue value is 68 (26.95% from 255 or 25.95% from 262); Max value from RGB is 119 - color contains mainly: red. Hex color #774B44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774B44 is #88B4BB. Grayscale: #575757. Windows color (decimal): -8959164 or 4475767. OLE color: 4475767.

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

Color convert

RGB1197568-
CMYK00.370.430.53
HSL8.24º27.27%36.67%-
HSV(B)8.24º42.86%46.67%-
XYZ11.179.376.69-
YUV87.36117.08150.57-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.42%
GREEN value IS 75 (29.69% from 255) = 28.63%
BLUE value IS 68 (26.95% from 255) = 25.95%
R=45.42%
G=28.63%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.43
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119756800.370.430.538.2427.2736.67
Hex774B440252B3581b25
Octal1671131040455365103345
Binary1110111100101110001000100101101011110101100011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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