Html Css Color HEX #762144 Pompadour

📋 copy color: '#762144'

red 118 ◦ green 33 ◦ blue 68

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

Shades of Pompadour #762144

Tints of Pompadour #762144

RGB

 RED value IS 118 (46.48% from 255) = 53.88%

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

 BLUE value IS 68 (26.95% from 255) = 31.05%

R = 53.88%
G = 15.07%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#762144 (or 0x762144) is known color: Pompadour. HEX triplet: 76, 21 and 44. RGB value is (118,33,68). Sum of RGB (Red+Green+Blue) = 118+33+68=219 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.88% from 219); Green value is 33 (13.28% from 255 or 15.07% from 219); Blue value is 68 (26.95% from 255 or 31.05% from 219); Max value from RGB is 118 - color contains mainly: red. Hex color #762144 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762144 is #89DEBB. Grayscale: #3E3E3E. Windows color (decimal): -9035452 or 4465014. OLE color: 4465014.

HSL color Cylindrical-coordinate representation of color #762144: hue angle of 335.29º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #762144 is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 33 68 -
CMYK 0 0.72 0.42 0.54
HSL 335.29º 0.56% 0.3% -
HSV(B) 335.29º 0.72% 0.46% -
XYZ 9.06 5.36 6.03 -
YUV 62.41 131.16 167.65 -
System Red Green Blue C M Y K H S L
Decimal 118 33 68 0 0.72 0.42 0.54 335.29 0.56 0.3
Hex 76 21 44 0 48 2A 36 14F 38 1E
Octal 166 41 104 0 110 52 66 517 70 36
Binary 1110110 100001 1000100 0 1001000 101010 110110 101001111 111000 11110

Color Harmonies of #762144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762144

Black with #762144

Text Example


Text Example

White with #762144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762144; }

 p { color: rgb(118,33,68); }

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

background-color css

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

 a { background-color: rgb(118,33,68); }

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

border-color css

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

 span { border-color: rgb(118,33,68); }

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