#B75776

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

Shades of Royal Heath #B75776

Tints of Royal Heath #B75776

Color information

#B75776 (or 0xB75776) is unknown color: approx Royal Heath. HEX triplet: B7, 57 and 76. RGB value is (183,87,118). Sum of RGB (Red+Green+Blue) = 183+87+118=388 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.16% from 388); Green value is 87 (34.38% from 255 or 22.42% from 388); Blue value is 118 (46.48% from 255 or 30.41% from 388); Max value from RGB is 183 - color contains mainly: red. Hex color #B75776 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75776 is #48A889. Grayscale: #777777. Windows color (decimal): -4761738 or 7755703. OLE color: 7755703.

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

Color convert

RGB18387118-
CMYK00.520.360.28
HSL340.62º40%52.94%-
HSV(B)340.62º52.46%71.76%-
XYZ26.2118.1919.27-
YUV119.24127.3173.48-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.16%
GREEN value IS 87 (34.38% from 255) = 22.42%
BLUE value IS 118 (46.48% from 255) = 30.41%
R=47.16%
G=22.42%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838711800.520.360.28340.624052.94
HexB75776034241C1552835
Octal26712716606444345255065
Binary1011011110101111110110011010010010011100101010101101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75776; }

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

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

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

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

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

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

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

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