Html Css Color HEX #770D48 Pompadour

📋 copy color: '#770D48'

red 119 ◦ green 13 ◦ blue 72

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

Shades of Pompadour #770D48

Tints of Pompadour #770D48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 35.29%

R = 58.33%
G = 6.37%
B = 35.29%

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

#770D48 (or 0x770D48) is known color: Pompadour. HEX triplet: 77, 0D and 48. RGB value is (119,13,72). Sum of RGB (Red+Green+Blue) = 119+13+72=204 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.33% from 204); Green value is 13 (5.47% from 255 or 6.37% from 204); Blue value is 72 (28.52% from 255 or 35.29% from 204); Max value from RGB is 119 - color contains mainly: red. Hex color #770D48 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770D48 is #88F2B7. Grayscale: #333333. Windows color (decimal): -8975032 or 4722039. OLE color: 4722039.

HSL color Cylindrical-coordinate representation of color #770D48: hue angle of 326.6º 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 #770D48 is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 13 72 -
CMYK 0 0.89 0.39 0.53
HSL 326.6º 0.8% 0.26% -
HSV(B) 326.6º 0.89% 0.47% -
XYZ 8.92 4.68 6.56 -
YUV 51.42 139.62 176.2 -
System Red Green Blue C M Y K H S L
Decimal 119 13 72 0 0.89 0.39 0.53 326.6 0.8 0.26
Hex 77 D 48 0 59 27 35 147 50 1A
Octal 167 15 110 0 131 47 65 507 120 32
Binary 1110111 1101 1001000 0 1011001 100111 110101 101000111 1010000 11010

Color Harmonies of #770D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770D48

Black with #770D48

Text Example


Text Example

White with #770D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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