Html Css Color HEX #77214B Pompadour

📋 copy color: '#77214B'

red 119 ◦ green 33 ◦ blue 75

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

Shades of Pompadour #77214B

Tints of Pompadour #77214B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.54%

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

R = 52.42%
G = 14.54%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#77214B (or 0x77214B) is known color: Pompadour. HEX triplet: 77, 21 and 4B. RGB value is (119,33,75). Sum of RGB (Red+Green+Blue) = 119+33+75=227 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.42% from 227); Green value is 33 (13.28% from 255 or 14.54% from 227); Blue value is 75 (29.69% from 255 or 33.04% from 227); Max value from RGB is 119 - color contains mainly: red. Hex color #77214B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77214B is #88DEB4. Grayscale: #3F3F3F. Windows color (decimal): -8969909 or 4923767. OLE color: 4923767.

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

Color convert

RGB 119 33 75 -
CMYK 0 0.72 0.37 0.53
HSL 330.7º 0.57% 0.3% -
HSV(B) 330.7º 0.72% 0.47% -
XYZ 9.42 5.52 7.23 -
YUV 63.5 134.49 167.58 -
System Red Green Blue C M Y K H S L
Decimal 119 33 75 0 0.72 0.37 0.53 330.7 0.57 0.3
Hex 77 21 4B 0 48 25 35 14B 39 1E
Octal 167 41 113 0 110 45 65 513 71 36
Binary 1110111 100001 1001011 0 1001000 100101 110101 101001011 111001 11110

Color Harmonies of #77214B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77214B

Black with #77214B

Text Example


Text Example

White with #77214B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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