#774A44

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

Shades of Bole #774A44

Tints of Bole #774A44

Color information

#774A44 (or 0x774A44) is unknown color: approx Bole. HEX triplet: 77, 4A and 44. RGB value is (119,74,68). Sum of RGB (Red+Green+Blue) = 119+74+68=261 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.59% from 261); Green value is 74 (29.30% from 255 or 28.35% from 261); Blue value is 68 (26.95% from 255 or 26.05% from 261); Max value from RGB is 119 - color contains mainly: red. Hex color #774A44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774A44 is #88B5BB. Grayscale: #565656. Windows color (decimal): -8959420 or 4475511. OLE color: 4475511.

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

Color convert

RGB1197468-
CMYK00.380.430.53
HSL7.06º27.27%36.67%-
HSV(B)7.06º42.86%46.67%-
XYZ11.19.246.67-
YUV86.77117.41150.99-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.59%
GREEN value IS 74 (29.30% from 255) = 28.35%
BLUE value IS 68 (26.95% from 255) = 26.05%
R=45.59%
G=28.35%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.43
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119746800.380.430.537.0627.2736.67
Hex774A440262B3571b25
Octal167112104046536573345
Binary111011110010101000100010011010101111010111111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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