Html Css Color HEX #761747 Pompadour

📋 copy color: '#761747'

red 118 ◦ green 23 ◦ blue 71

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

Shades of Pompadour #761747

Tints of Pompadour #761747

RGB

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

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

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

R = 55.66%
G = 10.85%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.40

 K value IS 0.54

RGB Variations

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

Color information

#761747 (or 0x761747) is known color: Pompadour. HEX triplet: 76, 17 and 47. RGB value is (118,23,71). Sum of RGB (Red+Green+Blue) = 118+23+71=212 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.66% from 212); Green value is 23 (9.38% from 255 or 10.85% from 212); Blue value is 71 (28.12% from 255 or 33.49% from 212); Max value from RGB is 118 - color contains mainly: red. Hex color #761747 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761747 is #89E8B8. Grayscale: #383838. Windows color (decimal): -9038009 or 4659062. OLE color: 4659062.

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

Color convert

RGB 118 23 71 -
CMYK 0 0.81 0.40 0.54
HSL 329.68º 0.67% 0.28% -
HSV(B) 329.68º 0.81% 0.46% -
XYZ 8.91 4.92 6.44 -
YUV 56.88 135.97 171.6 -
System Red Green Blue C M Y K H S L
Decimal 118 23 71 0 0.81 0.40 0.54 329.68 0.67 0.28
Hex 76 17 47 0 51 28 36 14A 43 1C
Octal 166 27 107 0 121 50 66 512 103 34
Binary 1110110 10111 1000111 0 1010001 101000 110110 101001010 1000011 11100

Color Harmonies of #761747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761747

Black with #761747

Text Example


Text Example

White with #761747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761747; }

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

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

background-color css

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

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

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

border-color css

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

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

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