#784C45

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

Shades of Bole #784C45

Tints of Bole #784C45

Color information

#784C45 (or 0x784C45) is unknown color: approx Bole. HEX triplet: 78, 4C and 45. RGB value is (120,76,69). Sum of RGB (Red+Green+Blue) = 120+76+69=265 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.28% from 265); Green value is 76 (30.08% from 255 or 28.68% from 265); Blue value is 69 (27.34% from 255 or 26.04% from 265); Max value from RGB is 120 - color contains mainly: red. Hex color #784C45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784C45 is #87B3BA. Grayscale: #585858. Windows color (decimal): -8893371 or 4541560. OLE color: 4541560.

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

Color convert

RGB1207669-
CMYK00.370.420.53
HSL8.24º26.98%37.06%-
HSV(B)8.24º42.5%47.06%-
XYZ11.49.596.88-
YUV88.36117.08150.57-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.28%
GREEN value IS 76 (30.08% from 255) = 28.68%
BLUE value IS 69 (27.34% from 255) = 26.04%
R=45.28%
G=28.68%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120766900.370.420.538.2426.9837.06
Hex784C450252A3581b25
Octal1701141050455265103345
Binary1111000100110010001010100101101010110101100011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784C45; }

 p { color: rgb(120,76,69); }

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

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

 a { background-color: rgb(120,76,69); }

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

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

 span { border-color: rgb(120,76,69); }

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