Html Css Color HEX #77154B Pompadour

📋 copy color: '#77154B'

red 119 ◦ green 21 ◦ blue 75

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

Shades of Pompadour #77154B

Tints of Pompadour #77154B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.77%

 BLUE value IS 75 (29.69% from 255) = 34.88%

R = 55.35%
G = 9.77%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#77154B (or 0x77154B) is known color: Pompadour. HEX triplet: 77, 15 and 4B. RGB value is (119,21,75). Sum of RGB (Red+Green+Blue) = 119+21+75=215 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.35% from 215); Green value is 21 (8.59% from 255 or 9.77% from 215); Blue value is 75 (29.69% from 255 or 34.88% from 215); Max value from RGB is 119 - color contains mainly: red. Hex color #77154B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77154B is #88EAB4. Grayscale: #383838. Windows color (decimal): -8972981 or 4920695. OLE color: 4920695.

HSL color Cylindrical-coordinate representation of color #77154B: hue angle of 326.94º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #77154B is Cyan = 0, Magento = 0.82, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 21 75 -
CMYK 0 0.82 0.37 0.53
HSL 326.94º 0.7% 0.27% -
HSV(B) 326.94º 0.82% 0.47% -
XYZ 9.15 4.97 7.13 -
YUV 56.46 138.47 172.61 -
System Red Green Blue C M Y K H S L
Decimal 119 21 75 0 0.82 0.37 0.53 326.94 0.7 0.27
Hex 77 15 4B 0 52 25 35 147 46 1B
Octal 167 25 113 0 122 45 65 507 106 33
Binary 1110111 10101 1001011 0 1010010 100101 110101 101000111 1000110 11011

Color Harmonies of #77154B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77154B

Black with #77154B

Text Example


Text Example

White with #77154B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77154B; }

 p { color: rgb(119,21,75); }

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

background-color css

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

 a { background-color: rgb(119,21,75); }

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

border-color css

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

 span { border-color: rgb(119,21,75); }

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