#774644

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

Shades of Bole #774644

Tints of Bole #774644

Color information

#774644 (or 0x774644) is unknown color: approx Bole. HEX triplet: 77, 46 and 44. RGB value is (119,70,68). Sum of RGB (Red+Green+Blue) = 119+70+68=257 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.30% from 257); Green value is 70 (27.73% from 255 or 27.24% from 257); Blue value is 68 (26.95% from 255 or 26.46% from 257); Max value from RGB is 119 - color contains mainly: red. Hex color #774644 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774644 is #88B9BB. Grayscale: #545454. Windows color (decimal): -8960444 or 4474487. OLE color: 4474487.

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

Color convert

RGB1197068-
CMYK00.410.430.53
HSL2.35º27.27%36.67%-
HSV(B)2.35º42.86%46.67%-
XYZ10.848.726.58-
YUV84.42118.73152.66-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.30%
GREEN value IS 70 (27.73% from 255) = 27.24%
BLUE value IS 68 (26.95% from 255) = 26.46%
R=46.30%
G=27.24%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.43
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119706800.410.430.532.3527.2736.67
Hex7746440292B3521b25
Octal167106104051536523345
Binary11101111000110100010001010011010111101011011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774644; }

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

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

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

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

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

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

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

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