Html Css Color HEX #770676 Purple

📋 copy color: '#770676'

red 119 ◦ green 6 ◦ blue 118

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

Shades of Purple #770676

Tints of Purple #770676

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.47%

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

R = 48.97%
G = 2.47%
B = 48.56%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#770676 (or 0x770676) is known color: Purple. HEX triplet: 77, 06 and 76. RGB value is (119,6,118). Sum of RGB (Red+Green+Blue) = 119+6+118=243 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.97% from 243); Green value is 6 (2.73% from 255 or 2.47% from 243); Blue value is 118 (46.48% from 255 or 48.56% from 243); Max value from RGB is 119 - color contains mainly: red. Hex color #770676 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770676 is #88F989. Grayscale: #343434. Windows color (decimal): -8976778 or 7734903. OLE color: 7734903.

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

Color convert

RGB 119 6 118 -
CMYK 0 0.95 0.01 0.53
HSL 300.53º 0.9% 0.25% -
HSV(B) 300.53º 0.95% 0.47% -
XYZ 10.94 5.36 17.6 -
YUV 52.56 164.94 175.39 -
System Red Green Blue C M Y K H S L
Decimal 119 6 118 0 0.95 0.01 0.53 300.53 0.9 0.25
Hex 77 6 76 0 5F 1 35 12D 5A 19
Octal 167 6 166 0 137 1 65 455 132 31
Binary 1110111 110 1110110 0 1011111 1 110101 100101101 1011010 11001

Color Harmonies of #770676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770676

Black with #770676

Text Example


Text Example

White with #770676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770676; }

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

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

background-color css

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

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

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

border-color css

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

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

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