#774944

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

Shades of Bole #774944

Tints of Bole #774944

Color information

#774944 (or 0x774944) is unknown color: approx Bole. HEX triplet: 77, 49 and 44. RGB value is (119,73,68). Sum of RGB (Red+Green+Blue) = 119+73+68=260 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.77% from 260); Green value is 73 (28.91% from 255 or 28.08% from 260); Blue value is 68 (26.95% from 255 or 26.15% from 260); Max value from RGB is 119 - color contains mainly: red. Hex color #774944 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774944 is #88B6BB. Grayscale: #565656. Windows color (decimal): -8959676 or 4475255. OLE color: 4475255.

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

Color convert

RGB1197368-
CMYK00.390.430.53
HSL5.88º27.27%36.67%-
HSV(B)5.88º42.86%46.67%-
XYZ11.039.16.64-
YUV86.18117.74151.41-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.77%
GREEN value IS 73 (28.91% from 255) = 28.08%
BLUE value IS 68 (26.95% from 255) = 26.15%
R=45.77%
G=28.08%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.43
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119736800.390.430.535.8827.2736.67
Hex7749440272B3561b25
Octal167111104047536563345
Binary111011110010011000100010011110101111010111011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774944; }

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

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

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

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

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

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

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

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