#784741

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

Shades of Bole #784741

Tints of Bole #784741

Color information

#784741 (or 0x784741) is unknown color: approx Bole. HEX triplet: 78, 47 and 41. RGB value is (120,71,65). Sum of RGB (Red+Green+Blue) = 120+71+65=256 (33% of max value = 765). Red value is 120 (47.27% from 255 or 46.88% from 256); Green value is 71 (28.12% from 255 or 27.73% from 256); Blue value is 65 (25.78% from 255 or 25.39% from 256); Max value from RGB is 120 - color contains mainly: red. Hex color #784741 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784741 is #87B8BE. Grayscale: #555555. Windows color (decimal): -8894655 or 4278136. OLE color: 4278136.

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

Color convert

RGB1207165-
CMYK00.410.460.53
HSL6.55º29.73%36.27%-
HSV(B)6.55º45.83%47.06%-
XYZ10.958.886.14-
YUV84.97116.73152.99-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.88%
GREEN value IS 71 (28.12% from 255) = 27.73%
BLUE value IS 65 (25.78% from 255) = 25.39%
R=46.88%
G=27.73%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120716500.410.460.536.5529.7336.27
Hex7847410292E3571e24
Octal170107101051566573644
Binary111100010001111000001010100110111011010111111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784741; }

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

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

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

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

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

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

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

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