#774541

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

Shades of Bole #774541

Tints of Bole #774541

Color information

#774541 (or 0x774541) is unknown color: approx Bole. HEX triplet: 77, 45 and 41. RGB value is (119,69,65). Sum of RGB (Red+Green+Blue) = 119+69+65=253 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.04% from 253); Green value is 69 (27.34% from 255 or 27.27% from 253); Blue value is 65 (25.78% from 255 or 25.69% from 253); Max value from RGB is 119 - color contains mainly: red. Hex color #774541 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774541 is #88BABE. Grayscale: #535353. Windows color (decimal): -8960703 or 4277623. OLE color: 4277623.

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

Color convert

RGB1196965-
CMYK00.420.450.53
HSL4.44º29.35%36.08%-
HSV(B)4.44º45.38%46.67%-
XYZ10.698.566.09-
YUV83.49117.56153.33-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.04%
GREEN value IS 69 (27.34% from 255) = 27.27%
BLUE value IS 65 (25.78% from 255) = 25.69%
R=47.04%
G=27.27%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119696500.420.450.534.4429.3536.08
Hex77454102A2D3541d24
Octal167105101052556543544
Binary111011110001011000001010101010110111010110011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774541; }

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

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

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

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

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

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

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

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