Html Css Color HEX #761741 Pompadour

📋 copy color: '#761741'

red 118 ◦ green 23 ◦ blue 65

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

Shades of Pompadour #761741

Tints of Pompadour #761741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 31.55%

R = 57.28%
G = 11.17%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#761741 (or 0x761741) is known color: Pompadour. HEX triplet: 76, 17 and 41. RGB value is (118,23,65). Sum of RGB (Red+Green+Blue) = 118+23+65=206 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.28% from 206); Green value is 23 (9.38% from 255 or 11.17% from 206); Blue value is 65 (25.78% from 255 or 31.55% from 206); Max value from RGB is 118 - color contains mainly: red. Hex color #761741 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761741 is #89E8BE. Grayscale: #383838. Windows color (decimal): -9038015 or 4265846. OLE color: 4265846.

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

Color convert

RGB 118 23 65 -
CMYK 0 0.81 0.45 0.54
HSL 333.47º 0.67% 0.28% -
HSV(B) 333.47º 0.81% 0.46% -
XYZ 8.73 4.85 5.48 -
YUV 56.19 132.97 172.08 -
System Red Green Blue C M Y K H S L
Decimal 118 23 65 0 0.81 0.45 0.54 333.47 0.67 0.28
Hex 76 17 41 0 51 2D 36 14D 43 1C
Octal 166 27 101 0 121 55 66 515 103 34
Binary 1110110 10111 1000001 0 1010001 101101 110110 101001101 1000011 11100

Color Harmonies of #761741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761741

Black with #761741

Text Example


Text Example

White with #761741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761741; }

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

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

background-color css

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

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

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

border-color css

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

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

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