#B75778

Color #B75778 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #B75778

Tints of Royal Heath #B75778

Color information

#B75778 (or 0xB75778) is unknown color: approx Royal Heath. HEX triplet: B7, 57 and 78. RGB value is (183,87,120). Sum of RGB (Red+Green+Blue) = 183+87+120=390 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.92% from 390); Green value is 87 (34.38% from 255 or 22.31% from 390); Blue value is 120 (47.27% from 255 or 30.77% from 390); Max value from RGB is 183 - color contains mainly: red. Hex color #B75778 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75778 is #48A887. Grayscale: #777777. Windows color (decimal): -4761736 or 7886775. OLE color: 7886775.

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

Color convert

RGB18387120-
CMYK00.520.340.28
HSL339.38º40%52.94%-
HSV(B)339.38º52.46%71.76%-
XYZ26.3318.2419.9-
YUV119.47128.3173.32-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.92%
GREEN value IS 87 (34.38% from 255) = 22.31%
BLUE value IS 120 (47.27% from 255) = 30.77%
R=46.92%
G=22.31%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838712000.520.340.28339.384052.94
HexB75778034221C1532835
Octal26712717006442345235065
Binary1011011110101111111000011010010001011100101010011101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75778; }

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

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

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

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

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

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

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

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