#784742

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

Shades of Bole #784742

Tints of Bole #784742

Color information

#784742 (or 0x784742) is unknown color: approx Bole. HEX triplet: 78, 47 and 42. RGB value is (120,71,66). Sum of RGB (Red+Green+Blue) = 120+71+66=257 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.69% from 257); Green value is 71 (28.12% from 255 or 27.63% from 257); Blue value is 66 (26.17% from 255 or 25.68% from 257); Max value from RGB is 120 - color contains mainly: red. Hex color #784742 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784742 is #87B8BD. Grayscale: #555555. Windows color (decimal): -8894654 or 4343672. OLE color: 4343672.

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

Color convert

RGB1207166-
CMYK00.410.450.53
HSL5.56º29.03%36.47%-
HSV(B)5.56º45%47.06%-
XYZ10.988.896.29-
YUV85.08117.23152.91-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.69%
GREEN value IS 71 (28.12% from 255) = 27.63%
BLUE value IS 66 (26.17% from 255) = 25.68%
R=46.69%
G=27.63%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120716600.410.450.535.5629.0336.47
Hex7847420292D3561d24
Octal170107102051556563544
Binary111100010001111000010010100110110111010111011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784742; }

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

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

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

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

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

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

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

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