#774946

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

Shades of Bole #774946

Tints of Bole #774946

Color information

#774946 (or 0x774946) is unknown color: approx Bole. HEX triplet: 77, 49 and 46. RGB value is (119,73,70). Sum of RGB (Red+Green+Blue) = 119+73+70=262 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.42% from 262); Green value is 73 (28.91% from 255 or 27.86% from 262); Blue value is 70 (27.73% from 255 or 26.72% from 262); Max value from RGB is 119 - color contains mainly: red. Hex color #774946 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774946 is #88B6B9. Grayscale: #565656. Windows color (decimal): -8959674 or 4606327. OLE color: 4606327.

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

Color convert

RGB1197370-
CMYK00.390.410.53
HSL3.67º25.93%37.06%-
HSV(B)3.67º41.18%46.67%-
XYZ11.19.136.97-
YUV86.41118.74151.24-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.42%
GREEN value IS 73 (28.91% from 255) = 27.86%
BLUE value IS 70 (27.73% from 255) = 26.72%
R=45.42%
G=27.86%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119737000.390.410.533.6725.9337.06
Hex774946027293541a25
Octal167111106047516543245
Binary111011110010011000110010011110100111010110011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774946; }

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

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

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

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

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

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

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

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