Shades of Cumin #7B432F
Tints of Cumin #7B432F
RGB
CMYK
RGB Variations
Color information
#7B432F (or 0x7B432F) is known color: Cumin. HEX triplet: 7B, 43 and 2F. RGB value is (123,67,47). Sum of RGB (Red+Green+Blue) = 123+67+47=237 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.90% from 237); Green value is 67 (26.56% from 255 or 28.27% from 237); Blue value is 47 (18.75% from 255 or 19.83% from 237); Max value from RGB is 123 - color contains mainly: red. Hex color #7B432F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B432F is #84BCD0. Grayscale: #515151. Windows color (decimal): -8699089 or 3097467. OLE color: 3097467.
HSL color Cylindrical-coordinate representation of color #7B432F: hue angle of 15.79º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7B432F is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 67 | 47 | - |
| CMYK | 0 | 0.46 | 0.62 | 0.52 |
| HSL | 15.79º | 0.45% | 0.33% | - |
| HSV(B) | 15.79º | 0.62% | 0.48% | - |
| XYZ | 10.69 | 8.43 | 3.75 | - |
| YUV | 81.46 | 108.55 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 67 | 47 | 0 | 0.46 | 0.62 | 0.52 | 15.79 | 0.45 | 0.33 |
| Hex | 7B | 43 | 2F | 0 | 2E | 3E | 34 | 10 | 2D | 21 |
| Octal | 173 | 103 | 57 | 0 | 56 | 76 | 64 | 20 | 55 | 41 |
| Binary | 1111011 | 1000011 | 101111 | 0 | 101110 | 111110 | 110100 | 10000 | 101101 | 100001 |
Color Harmonies of #7B432F
Complementary color
Monochromatic Colors of #7B432F
Black with #7B432F
Text Example
Text Example
White with #7B432F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B432F; }
p { color: rgb(123,67,47); }
H1.HeaderClassName
{
color: #7B432F;
}
.AnyTagClassName
{
color: #7B432F;
}
</style>
background-color css
<style>
a { background-color: #7B432F; }
a { background-color: rgb(123,67,47); }
div.DivClassName
{
background-color: #7B432F;
}
.BgClassName
{
background-color: #7B432F;
}
</style>
border-color css
<style>
span { border-color: #7B432F; }
span { border-color: rgb(123,67,47); }
td.TdClassName
{
border-color: #7B432F;
}
.TagClassName
{
border-color: #7B432F;
}
</style>