#B77A7C

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

Shades of Turkish Rose #B77A7C

Tints of Turkish Rose #B77A7C

Color information

#B77A7C (or 0xB77A7C) is unknown color: approx Turkish Rose. HEX triplet: B7, 7A and 7C. RGB value is (183,122,124). Sum of RGB (Red+Green+Blue) = 183+122+124=429 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.66% from 429); Green value is 122 (48.05% from 255 or 28.44% from 429); Blue value is 124 (48.83% from 255 or 28.90% from 429); Max value from RGB is 183 - color contains mainly: red. Hex color #B77A7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77A7C is #488583. Grayscale: #8C8C8C. Windows color (decimal): -4752772 or 8157879. OLE color: 8157879.

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

Color convert

RGB183122124-
CMYK00.330.320.28
HSL358.03º29.76%59.8%-
HSV(B)358.03º33.33%71.76%-
XYZ30.1325.4422.39-
YUV140.47118.71158.34-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.66%
GREEN value IS 122 (48.05% from 255) = 28.44%
BLUE value IS 124 (48.83% from 255) = 28.90%
R=42.66%
G=28.44%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312212400.330.320.28358.0329.7659.8
HexB77A7C021201C1661e3c
Octal26717217404140345463674
Binary101101111111010111110001000011000001110010110011011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77A7C; }

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

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

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

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

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

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

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

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