Shades of Bole #783F3D
Tints of Bole #783F3D
RGB
CMYK
RGB Variations
Color information
#783F3D (or 0x783F3D) is known color: Bole. HEX triplet: 78, 3F and 3D. RGB value is (120,63,61). Sum of RGB (Red+Green+Blue) = 120+63+61=244 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.18% from 244); Green value is 63 (25% from 255 or 25.82% from 244); Blue value is 61 (24.22% from 255 or 25% from 244); Max value from RGB is 120 - color contains mainly: red. Hex color #783F3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783F3D is #87C0C2. Grayscale: #4F4F4F. Windows color (decimal): -8896707 or 4013944. OLE color: 4013944.
HSL color Cylindrical-coordinate representation of color #783F3D: hue angle of 2.03º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #783F3D is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 63 | 61 | - |
| CMYK | 0 | 0.48 | 0.49 | 0.53 |
| HSL | 2.03º | 0.33% | 0.35% | - |
| HSV(B) | 2.03º | 0.49% | 0.47% | - |
| XYZ | 10.37 | 7.89 | 5.39 | - |
| YUV | 79.82 | 117.38 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 63 | 61 | 0 | 0.48 | 0.49 | 0.53 | 2.03 | 0.33 | 0.35 |
| Hex | 78 | 3F | 3D | 0 | 30 | 31 | 35 | 2 | 21 | 23 |
| Octal | 170 | 77 | 75 | 0 | 60 | 61 | 65 | 2 | 41 | 43 |
| Binary | 1111000 | 111111 | 111101 | 0 | 110000 | 110001 | 110101 | 10 | 100001 | 100011 |
Color Harmonies of #783F3D
Complementary color
Monochromatic Colors of #783F3D
Black with #783F3D
Text Example
Text Example
White with #783F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783F3D; }
p { color: rgb(120,63,61); }
H1.HeaderClassName
{
color: #783F3D;
}
.AnyTagClassName
{
color: #783F3D;
}
</style>
background-color css
<style>
a { background-color: #783F3D; }
a { background-color: rgb(120,63,61); }
div.DivClassName
{
background-color: #783F3D;
}
.BgClassName
{
background-color: #783F3D;
}
</style>
border-color css
<style>
span { border-color: #783F3D; }
span { border-color: rgb(120,63,61); }
td.TdClassName
{
border-color: #783F3D;
}
.TagClassName
{
border-color: #783F3D;
}
</style>