Html Css Color HEX #9C4D77 Royal Heath

📋 copy color: '#9C4D77'

red 156 ◦ green 77 ◦ blue 119

#9C4D77
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Heath #9C4D77

Tints of Royal Heath #9C4D77

RGB

 RED value IS 156 (61.33% from 255) = 44.32%

 GREEN value IS 77 (30.47% from 255) = 21.88%

 BLUE value IS 119 (46.88% from 255) = 33.81%

R = 44.32%
G = 21.88%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.24

 K value IS 0.39

RGB Variations

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

Color information

#9C4D77 (or 0x9C4D77) is known color: Royal Heath. HEX triplet: 9C, 4D and 77. RGB value is (156,77,119). Sum of RGB (Red+Green+Blue) = 156+77+119=352 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.32% from 352); Green value is 77 (30.47% from 255 or 21.88% from 352); Blue value is 119 (46.88% from 255 or 33.81% from 352); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4D77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C4D77 is #63B288. Grayscale: #696969. Windows color (decimal): -6533769 or 7818652. OLE color: 7818652.

HSL color Cylindrical-coordinate representation of color #9C4D77: hue angle of 328.1º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9C4D77 is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 77 119 -
CMYK 0 0.51 0.24 0.39
HSL 328.1º 0.34% 0.46% -
HSV(B) 328.1º 0.51% 0.61% -
XYZ 19.69 13.71 19.06 -
YUV 105.41 135.67 164.08 -
System Red Green Blue C M Y K H S L
Decimal 156 77 119 0 0.51 0.24 0.39 328.1 0.34 0.46
Hex 9C 4D 77 0 33 18 27 148 22 2E
Octal 234 115 167 0 63 30 47 510 42 56
Binary 10011100 1001101 1110111 0 110011 11000 100111 101001000 100010 101110

Color Harmonies of #9C4D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C4D77

Black with #9C4D77

Text Example


Text Example

White with #9C4D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C4D77; }

 p { color: rgb(156,77,119); }

 H1.HeaderClassName
 {
   color: #9C4D77;
 }
 .AnyTagClassName
 {
   color: #9C4D77;
 }
</style>

background-color css

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

 a { background-color: rgb(156,77,119); }

 div.DivClassName
 {
   background-color: #9C4D77;
 }
 .BgClassName
 {
   background-color: #9C4D77;
 }
</style>

border-color css

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

 span { border-color: rgb(156,77,119); }

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