#B77778

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

Shades of Turkish Rose #B77778

Tints of Turkish Rose #B77778

Color information

#B77778 (or 0xB77778) is unknown color: approx Turkish Rose. HEX triplet: B7, 77 and 78. RGB value is (183,119,120). Sum of RGB (Red+Green+Blue) = 183+119+120=422 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.36% from 422); Green value is 119 (46.88% from 255 or 28.20% from 422); Blue value is 120 (47.27% from 255 or 28.44% from 422); Max value from RGB is 183 - color contains mainly: red. Hex color #B77778 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77778 is #488887. Grayscale: #8A8A8A. Windows color (decimal): -4753544 or 7894967. OLE color: 7894967.

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

Color convert

RGB183119120-
CMYK00.350.340.28
HSL359.06º30.77%59.22%-
HSV(B)359.06º34.97%71.76%-
XYZ29.5224.6220.97-
YUV138.25117.7159.92-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.36%
GREEN value IS 119 (46.88% from 255) = 28.20%
BLUE value IS 120 (47.27% from 255) = 28.44%
R=43.36%
G=28.20%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311912000.350.340.28359.0630.7759.22
HexB77778023221C1671f3b
Octal26716717004342345473773
Binary101101111110111111100001000111000101110010110011111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77778; }

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

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

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

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

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

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

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

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