Html Css Color HEX #761A54 Pompadour

📋 copy color: '#761A54'

red 118 ◦ green 26 ◦ blue 84

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

Shades of Pompadour #761A54

Tints of Pompadour #761A54

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.4%

 BLUE value IS 84 (33.2% from 255) = 36.84%

R = 51.75%
G = 11.4%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.29

 K value IS 0.54

RGB Variations

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

Color information

#761A54 (or 0x761A54) is known color: Pompadour. HEX triplet: 76, 1A and 54. RGB value is (118,26,84). Sum of RGB (Red+Green+Blue) = 118+26+84=228 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.75% from 228); Green value is 26 (10.55% from 255 or 11.40% from 228); Blue value is 84 (33.20% from 255 or 36.84% from 228); Max value from RGB is 118 - color contains mainly: red. Hex color #761A54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #761A54 is #89E5AB. Grayscale: #3B3B3B. Windows color (decimal): -9037228 or 5511798. OLE color: 5511798.

HSL color Cylindrical-coordinate representation of color #761A54: hue angle of 322.17º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #761A54 is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 26 84 -
CMYK 0 0.78 0.29 0.54
HSL 322.17º 0.64% 0.28% -
HSV(B) 322.17º 0.78% 0.46% -
XYZ 9.44 5.23 8.9 -
YUV 60.12 141.48 169.28 -
System Red Green Blue C M Y K H S L
Decimal 118 26 84 0 0.78 0.29 0.54 322.17 0.64 0.28
Hex 76 1A 54 0 4E 1D 36 142 40 1C
Octal 166 32 124 0 116 35 66 502 100 34
Binary 1110110 11010 1010100 0 1001110 11101 110110 101000010 1000000 11100

Color Harmonies of #761A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761A54

Black with #761A54

Text Example


Text Example

White with #761A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761A54; }

 p { color: rgb(118,26,84); }

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

background-color css

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

 a { background-color: rgb(118,26,84); }

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

border-color css

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

 span { border-color: rgb(118,26,84); }

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