#B77C7E

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

Shades of Turkish Rose #B77C7E

Tints of Turkish Rose #B77C7E

Color information

#B77C7E (or 0xB77C7E) is unknown color: approx Turkish Rose. HEX triplet: B7, 7C and 7E. RGB value is (183,124,126). Sum of RGB (Red+Green+Blue) = 183+124+126=433 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.26% from 433); Green value is 124 (48.83% from 255 or 28.64% from 433); Blue value is 126 (49.61% from 255 or 29.10% from 433); Max value from RGB is 183 - color contains mainly: red. Hex color #B77C7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77C7E is #488381. Grayscale: #8D8D8D. Windows color (decimal): -4752258 or 8289463. OLE color: 8289463.

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

Color convert

RGB183124126-
CMYK00.320.310.28
HSL357.97º29.06%60.2%-
HSV(B)357.97º32.24%71.76%-
XYZ30.525.9923.15-
YUV141.87119.05157.34-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.26%
GREEN value IS 124 (48.83% from 255) = 28.64%
BLUE value IS 126 (49.61% from 255) = 29.10%
R=42.26%
G=28.64%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.31
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312412600.320.310.28357.9729.0660.2
HexB77C7E0201F1C1661d3c
Octal26717417604037345463574
Binary10110111111110011111100100000111111110010110011011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77C7E; }

 p { color: rgb(183,124,126); }

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

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

 a { background-color: rgb(183,124,126); }

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

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

 span { border-color: rgb(183,124,126); }

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