#774441

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

Shades of Bole #774441

Tints of Bole #774441

Color information

#774441 (or 0x774441) is unknown color: approx Bole. HEX triplet: 77, 44 and 41. RGB value is (119,68,65). Sum of RGB (Red+Green+Blue) = 119+68+65=252 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.22% from 252); Green value is 68 (26.95% from 255 or 26.98% from 252); Blue value is 65 (25.78% from 255 or 25.79% from 252); Max value from RGB is 119 - color contains mainly: red. Hex color #774441 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774441 is #88BBBE. Grayscale: #525252. Windows color (decimal): -8960959 or 4277367. OLE color: 4277367.

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

Color convert

RGB1196865-
CMYK00.430.450.53
HSL3.33º29.35%36.08%-
HSV(B)3.33º45.38%46.67%-
XYZ10.638.446.07-
YUV82.91117.9153.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.22%
GREEN value IS 68 (26.95% from 255) = 26.98%
BLUE value IS 65 (25.78% from 255) = 25.79%
R=47.22%
G=26.98%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119686500.430.450.533.3329.3536.08
Hex77444102B2D3531d24
Octal167104101053556533544
Binary11101111000100100000101010111011011101011111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774441; }

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

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

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

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

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

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

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

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