Html Css Color HEX #770D49 Pompadour

📋 copy color: '#770D49'

red 119 ◦ green 13 ◦ blue 73

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

Shades of Pompadour #770D49

Tints of Pompadour #770D49

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.34%

 BLUE value IS 73 (28.91% from 255) = 35.61%

R = 58.05%
G = 6.34%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#770D49 (or 0x770D49) is known color: Pompadour. HEX triplet: 77, 0D and 49. RGB value is (119,13,73). Sum of RGB (Red+Green+Blue) = 119+13+73=205 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.05% from 205); Green value is 13 (5.47% from 255 or 6.34% from 205); Blue value is 73 (28.91% from 255 or 35.61% from 205); Max value from RGB is 119 - color contains mainly: red. Hex color #770D49 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770D49 is #88F2B6. Grayscale: #333333. Windows color (decimal): -8975031 or 4787575. OLE color: 4787575.

HSL color Cylindrical-coordinate representation of color #770D49: hue angle of 326.04º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #770D49 is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 13 73 -
CMYK 0 0.89 0.39 0.53
HSL 326.04º 0.8% 0.26% -
HSV(B) 326.04º 0.89% 0.47% -
XYZ 8.95 4.69 6.74 -
YUV 51.53 140.12 176.12 -
System Red Green Blue C M Y K H S L
Decimal 119 13 73 0 0.89 0.39 0.53 326.04 0.8 0.26
Hex 77 D 49 0 59 27 35 146 50 1A
Octal 167 15 111 0 131 47 65 506 120 32
Binary 1110111 1101 1001001 0 1011001 100111 110101 101000110 1010000 11010

Color Harmonies of #770D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770D49

Black with #770D49

Text Example


Text Example

White with #770D49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,13,73); }

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

background-color css

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

 a { background-color: rgb(119,13,73); }

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

border-color css

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

 span { border-color: rgb(119,13,73); }

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