Html Css Color HEX #770876 Purple

📋 copy color: '#770876'

red 119 ◦ green 8 ◦ blue 118

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

Shades of Purple #770876

Tints of Purple #770876

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.27%

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

R = 48.57%
G = 3.27%
B = 48.16%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#770876 (or 0x770876) is known color: Purple. HEX triplet: 77, 08 and 76. RGB value is (119,8,118). Sum of RGB (Red+Green+Blue) = 119+8+118=245 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.57% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 118 (46.48% from 255 or 48.16% from 245); Max value from RGB is 119 - color contains mainly: red. Hex color #770876 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770876 is #88F789. Grayscale: #353535. Windows color (decimal): -8976266 or 7735415. OLE color: 7735415.

HSL color Cylindrical-coordinate representation of color #770876: hue angle of 300.54º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #770876 is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 8 118 -
CMYK 0 0.93 0.01 0.53
HSL 300.54º 0.87% 0.25% -
HSV(B) 300.54º 0.93% 0.47% -
XYZ 10.96 5.4 17.6 -
YUV 53.73 164.27 174.56 -
System Red Green Blue C M Y K H S L
Decimal 119 8 118 0 0.93 0.01 0.53 300.54 0.87 0.25
Hex 77 8 76 0 5D 1 35 12D 57 19
Octal 167 10 166 0 135 1 65 455 127 31
Binary 1110111 1000 1110110 0 1011101 1 110101 100101101 1010111 11001

Color Harmonies of #770876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770876

Black with #770876

Text Example


Text Example

White with #770876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770876; }

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

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

background-color css

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

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

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

border-color css

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

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

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