Html Css Color HEX #761C4F Pompadour

📋 copy color: '#761C4F'

red 118 ◦ green 28 ◦ blue 79

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

Shades of Pompadour #761C4F

Tints of Pompadour #761C4F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.44%

 BLUE value IS 79 (31.25% from 255) = 35.11%

R = 52.44%
G = 12.44%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#761C4F (or 0x761C4F) is known color: Pompadour. HEX triplet: 76, 1C and 4F. RGB value is (118,28,79). Sum of RGB (Red+Green+Blue) = 118+28+79=225 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.44% from 225); Green value is 28 (11.33% from 255 or 12.44% from 225); Blue value is 79 (31.25% from 255 or 35.11% from 225); Max value from RGB is 118 - color contains mainly: red. Hex color #761C4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #761C4F is #89E3B0. Grayscale: #3C3C3C. Windows color (decimal): -9036721 or 5184630. OLE color: 5184630.

HSL color Cylindrical-coordinate representation of color #761C4F: hue angle of 326º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #761C4F is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 28 79 -
CMYK 0 0.76 0.33 0.54
HSL 326º 0.62% 0.29% -
HSV(B) 326º 0.76% 0.46% -
XYZ 9.3 5.25 7.92 -
YUV 60.72 138.32 168.85 -
System Red Green Blue C M Y K H S L
Decimal 118 28 79 0 0.76 0.33 0.54 326 0.62 0.29
Hex 76 1C 4F 0 4C 21 36 146 3E 1D
Octal 166 34 117 0 114 41 66 506 76 35
Binary 1110110 11100 1001111 0 1001100 100001 110110 101000110 111110 11101

Color Harmonies of #761C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761C4F

Black with #761C4F

Text Example


Text Example

White with #761C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761C4F; }

 p { color: rgb(118,28,79); }

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

background-color css

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

 a { background-color: rgb(118,28,79); }

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

border-color css

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

 span { border-color: rgb(118,28,79); }

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