#784841

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

Shades of Bole #784841

Tints of Bole #784841

Color information

#784841 (or 0x784841) is unknown color: approx Bole. HEX triplet: 78, 48 and 41. RGB value is (120,72,65). Sum of RGB (Red+Green+Blue) = 120+72+65=257 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.69% from 257); Green value is 72 (28.52% from 255 or 28.02% from 257); Blue value is 65 (25.78% from 255 or 25.29% from 257); Max value from RGB is 120 - color contains mainly: red. Hex color #784841 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784841 is #87B7BE. Grayscale: #555555. Windows color (decimal): -8894399 or 4278392. OLE color: 4278392.

HSL color Cylindrical-coordinate representation of color #784841: hue angle of 7.64º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #784841 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB1207265-
CMYK00.400.460.53
HSL7.64º29.73%36.27%-
HSV(B)7.64º45.83%47.06%-
XYZ11.029.016.16-
YUV85.55116.4152.57-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.69%
GREEN value IS 72 (28.52% from 255) = 28.02%
BLUE value IS 65 (25.78% from 255) = 25.29%
R=46.69%
G=28.02%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120726500.400.460.537.6429.7336.27
Hex7848410282E3581e24
Octal1701101010505665103644
Binary1111000100100010000010101000101110110101100011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784841; }

 p { color: rgb(120,72,65); }

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

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

 a { background-color: rgb(120,72,65); }

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

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

 span { border-color: rgb(120,72,65); }

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