Html Css Color HEX #770836 Tyrian Purple

📋 copy color: '#770836'

red 119 ◦ green 8 ◦ blue 54

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

Shades of Tyrian Purple #770836

Tints of Tyrian Purple #770836

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 29.83%

R = 65.75%
G = 4.42%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.55

 K value IS 0.53

RGB Variations

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

Color information

#770836 (or 0x770836) is known color: Tyrian Purple. HEX triplet: 77, 08 and 36. RGB value is (119,8,54). Sum of RGB (Red+Green+Blue) = 119+8+54=181 (23% of max value = 765). Red value is 119 (46.88% from 255 or 65.75% from 181); Green value is 8 (3.52% from 255 or 4.42% from 181); Blue value is 54 (21.48% from 255 or 29.83% from 181); Max value from RGB is 119 - color contains mainly: red. Hex color #770836 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770836 is #88F7C9. Grayscale: #2E2E2E. Windows color (decimal): -8976330 or 3541111. OLE color: 3541111.

HSL color Cylindrical-coordinate representation of color #770836: hue angle of 335.14º 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 #770836 is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 8 54 -
CMYK 0 0.93 0.55 0.53
HSL 335.14º 0.87% 0.25% -
HSV(B) 335.14º 0.93% 0.47% -
XYZ 8.36 4.36 3.89 -
YUV 46.43 132.27 179.76 -
System Red Green Blue C M Y K H S L
Decimal 119 8 54 0 0.93 0.55 0.53 335.14 0.87 0.25
Hex 77 8 36 0 5D 37 35 14F 57 19
Octal 167 10 66 0 135 67 65 517 127 31
Binary 1110111 1000 110110 0 1011101 110111 110101 101001111 1010111 11001

Color Harmonies of #770836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770836

Black with #770836

Text Example


Text Example

White with #770836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770836; }

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

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

background-color css

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

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

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

border-color css

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

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

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