Html Css Color HEX #770E4D Pompadour

📋 copy color: '#770E4D'

red 119 ◦ green 14 ◦ blue 77

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

Shades of Pompadour #770E4D

Tints of Pompadour #770E4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 36.67%

R = 56.67%
G = 6.67%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.35

 K value IS 0.53

RGB Variations

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

Color information

#770E4D (or 0x770E4D) is known color: Pompadour. HEX triplet: 77, 0E and 4D. RGB value is (119,14,77). Sum of RGB (Red+Green+Blue) = 119+14+77=210 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.67% from 210); Green value is 14 (5.86% from 255 or 6.67% from 210); Blue value is 77 (30.47% from 255 or 36.67% from 210); Max value from RGB is 119 - color contains mainly: red. Hex color #770E4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770E4D is #88F1B2. Grayscale: #343434. Windows color (decimal): -8974771 or 5049975. OLE color: 5049975.

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

Color convert

RGB 119 14 77 -
CMYK 0 0.88 0.35 0.53
HSL 324º 0.79% 0.26% -
HSV(B) 324º 0.88% 0.47% -
XYZ 9.1 4.77 7.46 -
YUV 52.58 141.79 175.38 -
System Red Green Blue C M Y K H S L
Decimal 119 14 77 0 0.88 0.35 0.53 324 0.79 0.26
Hex 77 E 4D 0 58 23 35 144 4F 1A
Octal 167 16 115 0 130 43 65 504 117 32
Binary 1110111 1110 1001101 0 1011000 100011 110101 101000100 1001111 11010

Color Harmonies of #770E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770E4D

Black with #770E4D

Text Example


Text Example

White with #770E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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