Html Css Color HEX #761746 Pompadour

📋 copy color: '#761746'

red 118 ◦ green 23 ◦ blue 70

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

Shades of Pompadour #761746

Tints of Pompadour #761746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 33.18%

R = 55.92%
G = 10.9%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#761746 (or 0x761746) is known color: Pompadour. HEX triplet: 76, 17 and 46. RGB value is (118,23,70). Sum of RGB (Red+Green+Blue) = 118+23+70=211 (27% of max value = 765). Red value is 118 (46.48% from 255 or 55.92% from 211); Green value is 23 (9.38% from 255 or 10.90% from 211); Blue value is 70 (27.73% from 255 or 33.18% from 211); Max value from RGB is 118 - color contains mainly: red. Hex color #761746 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761746 is #89E8B9. Grayscale: #383838. Windows color (decimal): -9038010 or 4593526. OLE color: 4593526.

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

Color convert

RGB 118 23 70 -
CMYK 0 0.81 0.41 0.54
HSL 330.32º 0.67% 0.28% -
HSV(B) 330.32º 0.81% 0.46% -
XYZ 8.88 4.91 6.27 -
YUV 56.76 135.47 171.68 -
System Red Green Blue C M Y K H S L
Decimal 118 23 70 0 0.81 0.41 0.54 330.32 0.67 0.28
Hex 76 17 46 0 51 29 36 14A 43 1C
Octal 166 27 106 0 121 51 66 512 103 34
Binary 1110110 10111 1000110 0 1010001 101001 110110 101001010 1000011 11100

Color Harmonies of #761746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761746

Black with #761746

Text Example


Text Example

White with #761746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761746; }

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

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

background-color css

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

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

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

border-color css

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

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

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