#774646

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

Shades of Bole #774646

Tints of Bole #774646

Color information

#774646 (or 0x774646) is unknown color: approx Bole. HEX triplet: 77, 46 and 46. RGB value is (119,70,70). Sum of RGB (Red+Green+Blue) = 119+70+70=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 70 (27.73% from 255 or 27.03% from 259); Blue value is 70 (27.73% from 255 or 27.03% from 259); Max value from RGB is 119 - color contains mainly: red. Hex color #774646 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774646 is #88B9B9. Grayscale: #545454. Windows color (decimal): -8960442 or 4605559. OLE color: 4605559.

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

Color convert

RGB1197070-
CMYK00.410.410.53
HSL25.93%37.06%-
HSV(B)41.18%46.67%-
XYZ10.98.746.91-
YUV84.65119.73152.5-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.95%
GREEN value IS 70 (27.73% from 255) = 27.03%
BLUE value IS 70 (27.73% from 255) = 27.03%
R=45.95%
G=27.03%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119707000.410.410.53025.9337.06
Hex774646029293501a25
Octal167106106051516503245
Binary1110111100011010001100101001101001110101011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774646; }

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

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

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

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

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

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

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

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