#B77578

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

Shades of Turkish Rose #B77578

Tints of Turkish Rose #B77578

Color information

#B77578 (or 0xB77578) is unknown color: approx Turkish Rose. HEX triplet: B7, 75 and 78. RGB value is (183,117,120). Sum of RGB (Red+Green+Blue) = 183+117+120=420 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.57% from 420); Green value is 117 (46.09% from 255 or 27.86% from 420); Blue value is 120 (47.27% from 255 or 28.57% from 420); Max value from RGB is 183 - color contains mainly: red. Hex color #B77578 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77578 is #488A87. Grayscale: #898989. Windows color (decimal): -4754056 or 7894455. OLE color: 7894455.

HSL color Cylindrical-coordinate representation of color #B77578: hue angle of 357.27º 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 #B77578 is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB183117120-
CMYK00.360.340.28
HSL357.27º31.43%58.82%-
HSV(B)357.27º36.07%71.76%-
XYZ29.2824.1520.89-
YUV137.08118.37160.76-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.57%
GREEN value IS 117 (46.09% from 255) = 27.86%
BLUE value IS 120 (47.27% from 255) = 28.57%
R=43.57%
G=27.86%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311712000.360.340.28357.2731.4358.82
HexB77578024221C1651f3b
Octal26716517004442345453773
Binary101101111110101111100001001001000101110010110010111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77578; }

 p { color: rgb(183,117,120); }

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

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

 a { background-color: rgb(183,117,120); }

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

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

 span { border-color: rgb(183,117,120); }

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