Html Css Color HEX #772143 Pompadour

📋 copy color: '#772143'

red 119 ◦ green 33 ◦ blue 67

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

Shades of Pompadour #772143

Tints of Pompadour #772143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 30.59%

R = 54.34%
G = 15.07%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.44

 K value IS 0.53

RGB Variations

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

Color information

#772143 (or 0x772143) is known color: Pompadour. HEX triplet: 77, 21 and 43. RGB value is (119,33,67). Sum of RGB (Red+Green+Blue) = 119+33+67=219 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.34% from 219); Green value is 33 (13.28% from 255 or 15.07% from 219); Blue value is 67 (26.56% from 255 or 30.59% from 219); Max value from RGB is 119 - color contains mainly: red. Hex color #772143 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772143 is #88DEBC. Grayscale: #3E3E3E. Windows color (decimal): -8969917 or 4399479. OLE color: 4399479.

HSL color Cylindrical-coordinate representation of color #772143: hue angle of 336.28º 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 #772143 is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 33 67 -
CMYK 0 0.72 0.44 0.53
HSL 336.28º 0.57% 0.3% -
HSV(B) 336.28º 0.72% 0.47% -
XYZ 9.16 5.41 5.87 -
YUV 62.59 130.49 168.24 -
System Red Green Blue C M Y K H S L
Decimal 119 33 67 0 0.72 0.44 0.53 336.28 0.57 0.3
Hex 77 21 43 0 48 2C 35 150 39 1E
Octal 167 41 103 0 110 54 65 520 71 36
Binary 1110111 100001 1000011 0 1001000 101100 110101 101010000 111001 11110

Color Harmonies of #772143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772143

Black with #772143

Text Example


Text Example

White with #772143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772143; }

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

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

background-color css

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

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

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

border-color css

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

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

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