#B75D77

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

Shades of Royal Heath #B75D77

Tints of Royal Heath #B75D77

Color information

#B75D77 (or 0xB75D77) is unknown color: approx Royal Heath. HEX triplet: B7, 5D and 77. RGB value is (183,93,119). Sum of RGB (Red+Green+Blue) = 183+93+119=395 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.33% from 395); Green value is 93 (36.72% from 255 or 23.54% from 395); Blue value is 119 (46.88% from 255 or 30.13% from 395); Max value from RGB is 183 - color contains mainly: red. Hex color #B75D77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75D77 is #48A288. Grayscale: #7A7A7A. Windows color (decimal): -4760201 or 7822775. OLE color: 7822775.

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

Color convert

RGB18393119-
CMYK00.490.350.28
HSL342.67º38.46%54.12%-
HSV(B)342.67º49.18%71.76%-
XYZ26.7719.2319.75-
YUV122.87125.82170.89-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.33%
GREEN value IS 93 (36.72% from 255) = 23.54%
BLUE value IS 119 (46.88% from 255) = 30.13%
R=46.33%
G=23.54%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839311900.490.350.28342.6738.4654.12
HexB75D77031231C1572636
Octal26713516706143345274666
Binary1011011110111011110111011000110001111100101010111100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75D77; }

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

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

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

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

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

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

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

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