Html Css Color HEX #761947 Pompadour

📋 copy color: '#761947'

red 118 ◦ green 25 ◦ blue 71

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

Shades of Pompadour #761947

Tints of Pompadour #761947

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 33.18%

R = 55.14%
G = 11.68%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.40

 K value IS 0.54

RGB Variations

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

Color information

#761947 (or 0x761947) is known color: Pompadour. HEX triplet: 76, 19 and 47. RGB value is (118,25,71). Sum of RGB (Red+Green+Blue) = 118+25+71=214 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.14% from 214); Green value is 25 (10.16% from 255 or 11.68% from 214); Blue value is 71 (28.12% from 255 or 33.18% from 214); Max value from RGB is 118 - color contains mainly: red. Hex color #761947 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761947 is #89E6B8. Grayscale: #393939. Windows color (decimal): -9037497 or 4659574. OLE color: 4659574.

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

Color convert

RGB 118 25 71 -
CMYK 0 0.79 0.40 0.54
HSL 330.32º 0.65% 0.28% -
HSV(B) 330.32º 0.79% 0.46% -
XYZ 8.96 5 6.45 -
YUV 58.05 135.31 170.76 -
System Red Green Blue C M Y K H S L
Decimal 118 25 71 0 0.79 0.40 0.54 330.32 0.65 0.28
Hex 76 19 47 0 4F 28 36 14A 41 1C
Octal 166 31 107 0 117 50 66 512 101 34
Binary 1110110 11001 1000111 0 1001111 101000 110110 101001010 1000001 11100

Color Harmonies of #761947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761947

Black with #761947

Text Example


Text Example

White with #761947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761947; }

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

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

background-color css

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

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

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

border-color css

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

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

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