#B77F80

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

Shades of Turkish Rose #B77F80

Tints of Turkish Rose #B77F80

Color information

#B77F80 (or 0xB77F80) is unknown color: approx Turkish Rose. HEX triplet: B7, 7F and 80. RGB value is (183,127,128). Sum of RGB (Red+Green+Blue) = 183+127+128=438 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.78% from 438); Green value is 127 (50% from 255 or 29.00% from 438); Blue value is 128 (50.39% from 255 or 29.22% from 438); Max value from RGB is 183 - color contains mainly: red. Hex color #B77F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77F80 is #48807F. Grayscale: #8F8F8F. Windows color (decimal): -4751488 or 8421303. OLE color: 8421303.

HSL color Cylindrical-coordinate representation of color #B77F80: hue angle of 358.93º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B77F80 is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB183127128-
CMYK00.310.300.28
HSL358.93º28%60.78%-
HSV(B)358.93º30.6%71.76%-
XYZ31.0126.823.96-
YUV143.86119.05155.92-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.78%
GREEN value IS 127 (50% from 255) = 29.00%
BLUE value IS 128 (50.39% from 255) = 29.22%
R=41.78%
G=29.00%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312712800.310.300.28358.932860.78
HexB77F8001F1E1C1671c3d
Octal26717720003736345473475
Binary10110111111111110000000011111111101110010110011111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77F80; }

 p { color: rgb(183,127,128); }

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

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

 a { background-color: rgb(183,127,128); }

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

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

 span { border-color: rgb(183,127,128); }

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