Html Css Color HEX #761748 Pompadour

📋 copy color: '#761748'

red 118 ◦ green 23 ◦ blue 72

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

Shades of Pompadour #761748

Tints of Pompadour #761748

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.8%

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

R = 55.4%
G = 10.8%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.39

 K value IS 0.54

RGB Variations

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

Color information

#761748 (or 0x761748) is known color: Pompadour. HEX triplet: 76, 17 and 48. RGB value is (118,23,72). Sum of RGB (Red+Green+Blue) = 118+23+72=213 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.40% from 213); Green value is 23 (9.38% from 255 or 10.80% from 213); Blue value is 72 (28.52% from 255 or 33.80% from 213); Max value from RGB is 118 - color contains mainly: red. Hex color #761748 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761748 is #89E8B7. Grayscale: #383838. Windows color (decimal): -9038008 or 4724598. OLE color: 4724598.

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

Color convert

RGB 118 23 72 -
CMYK 0 0.81 0.39 0.54
HSL 329.05º 0.67% 0.28% -
HSV(B) 329.05º 0.81% 0.46% -
XYZ 8.95 4.93 6.61 -
YUV 56.99 136.47 171.52 -
System Red Green Blue C M Y K H S L
Decimal 118 23 72 0 0.81 0.39 0.54 329.05 0.67 0.28
Hex 76 17 48 0 51 27 36 149 43 1C
Octal 166 27 110 0 121 47 66 511 103 34
Binary 1110110 10111 1001000 0 1010001 100111 110110 101001001 1000011 11100

Color Harmonies of #761748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761748

Black with #761748

Text Example


Text Example

White with #761748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761748; }

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

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

background-color css

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

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

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

border-color css

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

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

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