#B77378

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

Shades of Turkish Rose #B77378

Tints of Turkish Rose #B77378

Color information

#B77378 (or 0xB77378) is unknown color: approx Turkish Rose. HEX triplet: B7, 73 and 78. RGB value is (183,115,120). Sum of RGB (Red+Green+Blue) = 183+115+120=418 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.78% from 418); Green value is 115 (45.31% from 255 or 27.51% from 418); Blue value is 120 (47.27% from 255 or 28.71% from 418); Max value from RGB is 183 - color contains mainly: red. Hex color #B77378 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77378 is #488C87. Grayscale: #878787. Windows color (decimal): -4754568 or 7893943. OLE color: 7893943.

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

Color convert

RGB183115120-
CMYK00.370.340.28
HSL355.59º32.08%58.43%-
HSV(B)355.59º37.16%71.76%-
XYZ29.0523.6820.81-
YUV135.9119.03161.59-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.78%
GREEN value IS 115 (45.31% from 255) = 27.51%
BLUE value IS 120 (47.27% from 255) = 28.71%
R=43.78%
G=27.51%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311512000.370.340.28355.5932.0858.43
HexB77378025221C164203a
Octal26716317004542345444072
Binary1011011111100111111000010010110001011100101100100100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77378; }

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

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

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

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

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

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

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

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