Html Css Color HEX #761948 Pompadour

📋 copy color: '#761948'

red 118 ◦ green 25 ◦ blue 72

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

Shades of Pompadour #761948

Tints of Pompadour #761948

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.63%

 BLUE value IS 72 (28.52% from 255) = 33.49%

R = 54.88%
G = 11.63%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.39

 K value IS 0.54

RGB Variations

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

Color information

#761948 (or 0x761948) is known color: Pompadour. HEX triplet: 76, 19 and 48. RGB value is (118,25,72). Sum of RGB (Red+Green+Blue) = 118+25+72=215 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.88% from 215); Green value is 25 (10.16% from 255 or 11.63% from 215); Blue value is 72 (28.52% from 255 or 33.49% from 215); Max value from RGB is 118 - color contains mainly: red. Hex color #761948 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761948 is #89E6B7. Grayscale: #3A3A3A. Windows color (decimal): -9037496 or 4725110. OLE color: 4725110.

HSL color Cylindrical-coordinate representation of color #761948: hue angle of 329.68º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #761948 is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 25 72 -
CMYK 0 0.79 0.39 0.54
HSL 329.68º 0.65% 0.28% -
HSV(B) 329.68º 0.79% 0.46% -
XYZ 8.99 5.01 6.63 -
YUV 58.17 135.81 170.68 -
System Red Green Blue C M Y K H S L
Decimal 118 25 72 0 0.79 0.39 0.54 329.68 0.65 0.28
Hex 76 19 48 0 4F 27 36 14A 41 1C
Octal 166 31 110 0 117 47 66 512 101 34
Binary 1110110 11001 1001000 0 1001111 100111 110110 101001010 1000001 11100

Color Harmonies of #761948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761948

Black with #761948

Text Example


Text Example

White with #761948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761948; }

 p { color: rgb(118,25,72); }

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

background-color css

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

 a { background-color: rgb(118,25,72); }

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

border-color css

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

 span { border-color: rgb(118,25,72); }

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