Shades of Turkish Rose #B7767A
Tints of Turkish Rose #B7767A
RGB
CMYK
RGB Variations
Color information
#B7767A (or 0xB7767A) is known color: Turkish Rose. HEX triplet: B7, 76 and 7A. RGB value is (183,118,122). Sum of RGB (Red+Green+Blue) = 183+118+122=423 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.26% from 423); Green value is 118 (46.48% from 255 or 27.90% from 423); Blue value is 122 (48.05% from 255 or 28.84% from 423); Max value from RGB is 183 - color contains mainly: red. Hex color #B7767A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7767A is #488985. Grayscale: #898989. Windows color (decimal): -4753798 or 8025783. OLE color: 8025783.
HSL color Cylindrical-coordinate representation of color #B7767A: hue angle of 356.31º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B7767A is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 118 | 122 | - |
| CMYK | 0 | 0.36 | 0.33 | 0.28 |
| HSL | 356.31º | 0.31% | 0.59% | - |
| HSV(B) | 356.31º | 0.36% | 0.72% | - |
| XYZ | 29.52 | 24.43 | 21.57 | - |
| YUV | 137.89 | 119.03 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 118 | 122 | 0 | 0.36 | 0.33 | 0.28 | 356.31 | 0.31 | 0.59 |
| Hex | B7 | 76 | 7A | 0 | 24 | 21 | 1C | 164 | 1F | 3B |
| Octal | 267 | 166 | 172 | 0 | 44 | 41 | 34 | 544 | 37 | 73 |
| Binary | 10110111 | 1110110 | 1111010 | 0 | 100100 | 100001 | 11100 | 101100100 | 11111 | 111011 |
Color Harmonies of #B7767A
Complementary color
Monochromatic Colors of #B7767A
Black with #B7767A
Text Example
Text Example
White with #B7767A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7767A; }
p { color: rgb(183,118,122); }
H1.HeaderClassName
{
color: #B7767A;
}
.AnyTagClassName
{
color: #B7767A;
}
</style>
background-color css
<style>
a { background-color: #B7767A; }
a { background-color: rgb(183,118,122); }
div.DivClassName
{
background-color: #B7767A;
}
.BgClassName
{
background-color: #B7767A;
}
</style>
border-color css
<style>
span { border-color: #B7767A; }
span { border-color: rgb(183,118,122); }
td.TdClassName
{
border-color: #B7767A;
}
.TagClassName
{
border-color: #B7767A;
}
</style>