#774544

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

Shades of Bole #774544

Tints of Bole #774544

Color information

#774544 (or 0x774544) is unknown color: approx Bole. HEX triplet: 77, 45 and 44. RGB value is (119,69,68). Sum of RGB (Red+Green+Blue) = 119+69+68=256 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.48% from 256); Green value is 69 (27.34% from 255 or 26.95% from 256); Blue value is 68 (26.95% from 255 or 26.56% from 256); Max value from RGB is 119 - color contains mainly: red. Hex color #774544 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774544 is #88BABB. Grayscale: #535353. Windows color (decimal): -8960700 or 4474231. OLE color: 4474231.

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

Color convert

RGB1196968-
CMYK00.420.430.53
HSL1.18º27.27%36.67%-
HSV(B)1.18º42.86%46.67%-
XYZ10.788.66.56-
YUV83.84119.06153.08-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.48%
GREEN value IS 69 (27.34% from 255) = 26.95%
BLUE value IS 68 (26.95% from 255) = 26.56%
R=46.48%
G=26.95%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.43
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119696800.420.430.531.1827.2736.67
Hex77454402A2B3511b25
Octal167105104052536513345
Binary1110111100010110001000101010101011110101111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774544; }

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

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

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

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

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

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

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

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