Html Css Color HEX #770C76 Purple

📋 copy color: '#770C76'

red 119 ◦ green 12 ◦ blue 118

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

Shades of Purple #770C76

Tints of Purple #770C76

RGB

 RED value IS 119 (46.88% from 255) = 47.79%

 GREEN value IS 12 (5.08% from 255) = 4.82%

 BLUE value IS 118 (46.48% from 255) = 47.39%

R = 47.79%
G = 4.82%
B = 47.39%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#770C76 (or 0x770C76) is known color: Purple. HEX triplet: 77, 0C and 76. RGB value is (119,12,118). Sum of RGB (Red+Green+Blue) = 119+12+118=249 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.79% from 249); Green value is 12 (5.08% from 255 or 4.82% from 249); Blue value is 118 (46.48% from 255 or 47.39% from 249); Max value from RGB is 119 - color contains mainly: red. Hex color #770C76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770C76 is #88F389. Grayscale: #373737. Windows color (decimal): -8975242 or 7736439. OLE color: 7736439.

HSL color Cylindrical-coordinate representation of color #770C76: hue angle of 300.56º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #770C76 is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 12 118 -
CMYK 0 0.90 0.01 0.53
HSL 300.56º 0.82% 0.26% -
HSV(B) 300.56º 0.9% 0.47% -
XYZ 11.01 5.49 17.62 -
YUV 56.08 162.95 172.88 -
System Red Green Blue C M Y K H S L
Decimal 119 12 118 0 0.90 0.01 0.53 300.56 0.82 0.26
Hex 77 C 76 0 5A 1 35 12D 52 1A
Octal 167 14 166 0 132 1 65 455 122 32
Binary 1110111 1100 1110110 0 1011010 1 110101 100101101 1010010 11010

Color Harmonies of #770C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770C76

Black with #770C76

Text Example


Text Example

White with #770C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770C76; }

 p { color: rgb(119,12,118); }

 H1.HeaderClassName
 {
   color: #770C76;
 }
 .AnyTagClassName
 {
   color: #770C76;
 }
</style>

background-color css

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

 a { background-color: rgb(119,12,118); }

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

border-color css

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

 span { border-color: rgb(119,12,118); }

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