#774B46

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

Shades of Bole #774B46

Tints of Bole #774B46

Color information

#774B46 (or 0x774B46) is unknown color: approx Bole. HEX triplet: 77, 4B and 46. RGB value is (119,75,70). Sum of RGB (Red+Green+Blue) = 119+75+70=264 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.08% from 264); Green value is 75 (29.69% from 255 or 28.41% from 264); Blue value is 70 (27.73% from 255 or 26.52% from 264); Max value from RGB is 119 - color contains mainly: red. Hex color #774B46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774B46 is #88B4B9. Grayscale: #575757. Windows color (decimal): -8959162 or 4606839. OLE color: 4606839.

HSL color Cylindrical-coordinate representation of color #774B46: hue angle of 6.12º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #774B46 is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.53.

Color convert

RGB1197570-
CMYK00.370.410.53
HSL6.12º25.93%37.06%-
HSV(B)6.12º41.18%46.67%-
XYZ11.239.47.02-
YUV87.59118.08150.41-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.08%
GREEN value IS 75 (29.69% from 255) = 28.41%
BLUE value IS 70 (27.73% from 255) = 26.52%
R=45.08%
G=28.41%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.41
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119757000.370.410.536.1225.9337.06
Hex774B46025293561a25
Octal167113106045516563245
Binary111011110010111000110010010110100111010111011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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