#B77779

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

Shades of Turkish Rose #B77779

Tints of Turkish Rose #B77779

Color information

#B77779 (or 0xB77779) is unknown color: approx Turkish Rose. HEX triplet: B7, 77 and 79. RGB value is (183,119,121). Sum of RGB (Red+Green+Blue) = 183+119+121=423 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.26% from 423); Green value is 119 (46.88% from 255 or 28.13% from 423); Blue value is 121 (47.66% from 255 or 28.61% from 423); Max value from RGB is 183 - color contains mainly: red. Hex color #B77779 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77779 is #488886. Grayscale: #8A8A8A. Windows color (decimal): -4753543 or 7960503. OLE color: 7960503.

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

Color convert

RGB183119121-
CMYK00.350.340.28
HSL358.12º30.77%59.22%-
HSV(B)358.12º34.97%71.76%-
XYZ29.5824.6421.29-
YUV138.36118.2159.84-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.26%
GREEN value IS 119 (46.88% from 255) = 28.13%
BLUE value IS 121 (47.66% from 255) = 28.61%
R=43.26%
G=28.13%
B=28.61%

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
Decimal18311912100.350.340.28358.1230.7759.22
HexB77779023221C1661f3b
Octal26716717104342345463773
Binary101101111110111111100101000111000101110010110011011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77779; }

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

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

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

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

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

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

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

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