Html Css Color HEX #770E48 Pompadour

📋 copy color: '#770E48'

red 119 ◦ green 14 ◦ blue 72

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

Shades of Pompadour #770E48

Tints of Pompadour #770E48

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.83%

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

R = 58.05%
G = 6.83%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#770E48 (or 0x770E48) is known color: Pompadour. HEX triplet: 77, 0E and 48. RGB value is (119,14,72). Sum of RGB (Red+Green+Blue) = 119+14+72=205 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.05% from 205); Green value is 14 (5.86% from 255 or 6.83% from 205); Blue value is 72 (28.52% from 255 or 35.12% from 205); Max value from RGB is 119 - color contains mainly: red. Hex color #770E48 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770E48 is #88F1B7. Grayscale: #333333. Windows color (decimal): -8974776 or 4722295. OLE color: 4722295.

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

Color convert

RGB 119 14 72 -
CMYK 0 0.88 0.39 0.53
HSL 326.86º 0.79% 0.26% -
HSV(B) 326.86º 0.88% 0.47% -
XYZ 8.93 4.7 6.57 -
YUV 52.01 139.29 175.78 -
System Red Green Blue C M Y K H S L
Decimal 119 14 72 0 0.88 0.39 0.53 326.86 0.79 0.26
Hex 77 E 48 0 58 27 35 147 4F 1A
Octal 167 16 110 0 130 47 65 507 117 32
Binary 1110111 1110 1001000 0 1011000 100111 110101 101000111 1001111 11010

Color Harmonies of #770E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770E48

Black with #770E48

Text Example


Text Example

White with #770E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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