Html Css Color HEX #761954 Pompadour

📋 copy color: '#761954'

red 118 ◦ green 25 ◦ blue 84

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

Shades of Pompadour #761954

Tints of Pompadour #761954

RGB

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

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

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

R = 51.98%
G = 11.01%
B = 37%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.29

 K value IS 0.54

RGB Variations

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

Color information

#761954 (or 0x761954) is known color: Pompadour. HEX triplet: 76, 19 and 54. RGB value is (118,25,84). Sum of RGB (Red+Green+Blue) = 118+25+84=227 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.98% from 227); Green value is 25 (10.16% from 255 or 11.01% from 227); Blue value is 84 (33.20% from 255 or 37.00% from 227); Max value from RGB is 118 - color contains mainly: red. Hex color #761954 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761954 is #89E6AB. Grayscale: #3B3B3B. Windows color (decimal): -9037484 or 5511542. OLE color: 5511542.

HSL color Cylindrical-coordinate representation of color #761954: hue angle of 321.94º 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 #761954 is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 25 84 -
CMYK 0 0.79 0.29 0.54
HSL 321.94º 0.65% 0.28% -
HSV(B) 321.94º 0.79% 0.46% -
XYZ 9.42 5.19 8.89 -
YUV 59.53 141.81 169.7 -
System Red Green Blue C M Y K H S L
Decimal 118 25 84 0 0.79 0.29 0.54 321.94 0.65 0.28
Hex 76 19 54 0 4F 1D 36 142 41 1C
Octal 166 31 124 0 117 35 66 502 101 34
Binary 1110110 11001 1010100 0 1001111 11101 110110 101000010 1000001 11100

Color Harmonies of #761954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761954

Black with #761954

Text Example


Text Example

White with #761954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761954; }

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

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

background-color css

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

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

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

border-color css

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

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

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