Html Css Color HEX #761750 Pompadour

📋 copy color: '#761750'

red 118 ◦ green 23 ◦ blue 80

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

Shades of Pompadour #761750

Tints of Pompadour #761750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 36.2%

R = 53.39%
G = 10.41%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#761750 (or 0x761750) is known color: Pompadour. HEX triplet: 76, 17 and 50. RGB value is (118,23,80). Sum of RGB (Red+Green+Blue) = 118+23+80=221 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.39% from 221); Green value is 23 (9.38% from 255 or 10.41% from 221); Blue value is 80 (31.64% from 255 or 36.20% from 221); Max value from RGB is 118 - color contains mainly: red. Hex color #761750 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761750 is #89E8AF. Grayscale: #393939. Windows color (decimal): -9038000 or 5248886. OLE color: 5248886.

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

Color convert

RGB 118 23 80 -
CMYK 0 0.81 0.32 0.54
HSL 324º 0.67% 0.28% -
HSV(B) 324º 0.81% 0.46% -
XYZ 9.23 5.04 8.08 -
YUV 57.9 140.47 170.87 -
System Red Green Blue C M Y K H S L
Decimal 118 23 80 0 0.81 0.32 0.54 324 0.67 0.28
Hex 76 17 50 0 51 20 36 144 43 1C
Octal 166 27 120 0 121 40 66 504 103 34
Binary 1110110 10111 1010000 0 1010001 100000 110110 101000100 1000011 11100

Color Harmonies of #761750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761750

Black with #761750

Text Example


Text Example

White with #761750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761750; }

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

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

background-color css

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

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

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

border-color css

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

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

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