#B75A78

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

Shades of Royal Heath #B75A78

Tints of Royal Heath #B75A78

Color information

#B75A78 (or 0xB75A78) is unknown color: approx Royal Heath. HEX triplet: B7, 5A and 78. RGB value is (183,90,120). Sum of RGB (Red+Green+Blue) = 183+90+120=393 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.56% from 393); Green value is 90 (35.55% from 255 or 22.90% from 393); Blue value is 120 (47.27% from 255 or 30.53% from 393); Max value from RGB is 183 - color contains mainly: red. Hex color #B75A78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75A78 is #48A587. Grayscale: #797979. Windows color (decimal): -4760968 or 7887543. OLE color: 7887543.

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

Color convert

RGB18390120-
CMYK00.510.340.28
HSL340.65º39.24%53.53%-
HSV(B)340.65º50.82%71.76%-
XYZ26.5718.7419.99-
YUV121.23127.31172.06-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.56%
GREEN value IS 90 (35.55% from 255) = 22.90%
BLUE value IS 120 (47.27% from 255) = 30.53%
R=46.56%
G=22.90%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839012000.510.340.28340.6539.2453.53
HexB75A78033221C1552736
Octal26713217006342345254766
Binary1011011110110101111000011001110001011100101010101100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75A78; }

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

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

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

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

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

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

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

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