#B75777

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

Shades of Royal Heath #B75777

Tints of Royal Heath #B75777

Color information

#B75777 (or 0xB75777) is unknown color: approx Royal Heath. HEX triplet: B7, 57 and 77. RGB value is (183,87,119). Sum of RGB (Red+Green+Blue) = 183+87+119=389 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.04% from 389); Green value is 87 (34.38% from 255 or 22.37% from 389); Blue value is 119 (46.88% from 255 or 30.59% from 389); Max value from RGB is 183 - color contains mainly: red. Hex color #B75777 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75777 is #48A888. Grayscale: #777777. Windows color (decimal): -4761737 or 7821239. OLE color: 7821239.

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

Color convert

RGB18387119-
CMYK00.520.350.28
HSL340º40%52.94%-
HSV(B)340º52.46%71.76%-
XYZ26.2718.2219.58-
YUV119.35127.8173.4-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.04%
GREEN value IS 87 (34.38% from 255) = 22.37%
BLUE value IS 119 (46.88% from 255) = 30.59%
R=47.04%
G=22.37%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838711900.520.350.283404052.94
HexB75777034231C1542835
Octal26712716706443345245065
Binary1011011110101111110111011010010001111100101010100101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75777; }

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

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

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

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

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

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

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

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