#784842

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

Shades of Bole #784842

Tints of Bole #784842

Color information

#784842 (or 0x784842) is unknown color: approx Bole. HEX triplet: 78, 48 and 42. RGB value is (120,72,66). Sum of RGB (Red+Green+Blue) = 120+72+66=258 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.51% from 258); Green value is 72 (28.52% from 255 or 27.91% from 258); Blue value is 66 (26.17% from 255 or 25.58% from 258); Max value from RGB is 120 - color contains mainly: red. Hex color #784842 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784842 is #87B7BD. Grayscale: #555555. Windows color (decimal): -8894398 or 4343928. OLE color: 4343928.

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

Color convert

RGB1207266-
CMYK00.400.450.53
HSL6.67º29.03%36.47%-
HSV(B)6.67º45%47.06%-
XYZ11.059.026.31-
YUV85.67116.9152.49-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.51%
GREEN value IS 72 (28.52% from 255) = 27.91%
BLUE value IS 66 (26.17% from 255) = 25.58%
R=46.51%
G=27.91%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120726600.400.450.536.6729.0336.47
Hex7848420282D3571d24
Octal170110102050556573544
Binary111100010010001000010010100010110111010111111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784842; }

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

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

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

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

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

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

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

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