#784442

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

Shades of Bole #784442

Tints of Bole #784442

Color information

#784442 (or 0x784442) is unknown color: approx Bole. HEX triplet: 78, 44 and 42. RGB value is (120,68,66). Sum of RGB (Red+Green+Blue) = 120+68+66=254 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.24% from 254); Green value is 68 (26.95% from 255 or 26.77% from 254); Blue value is 66 (26.17% from 255 or 25.98% from 254); Max value from RGB is 120 - color contains mainly: red. Hex color #784442 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784442 is #87BBBD. Grayscale: #535353. Windows color (decimal): -8895422 or 4342904. OLE color: 4342904.

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

Color convert

RGB1206866-
CMYK00.430.450.53
HSL2.22º29.03%36.47%-
HSV(B)2.22º45%47.06%-
XYZ10.88.526.23-
YUV83.32118.23154.16-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.24%
GREEN value IS 68 (26.95% from 255) = 26.77%
BLUE value IS 66 (26.17% from 255) = 25.98%
R=47.24%
G=26.77%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120686600.430.450.532.2229.0336.47
Hex78444202B2D3521d24
Octal170104102053556523544
Binary11110001000100100001001010111011011101011011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784442; }

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

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

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

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

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

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

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

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