Html Css Color HEX #761D4F Pompadour

📋 copy color: '#761D4F'

red 118 ◦ green 29 ◦ blue 79

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

Shades of Pompadour #761D4F

Tints of Pompadour #761D4F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.83%

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

R = 52.21%
G = 12.83%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#761D4F (or 0x761D4F) is known color: Pompadour. HEX triplet: 76, 1D and 4F. RGB value is (118,29,79). Sum of RGB (Red+Green+Blue) = 118+29+79=226 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.21% from 226); Green value is 29 (11.72% from 255 or 12.83% from 226); Blue value is 79 (31.25% from 255 or 34.96% from 226); Max value from RGB is 118 - color contains mainly: red. Hex color #761D4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #761D4F is #89E2B0. Grayscale: #3D3D3D. Windows color (decimal): -9036465 or 5184886. OLE color: 5184886.

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

Color convert

RGB 118 29 79 -
CMYK 0 0.75 0.33 0.54
HSL 326.29º 0.61% 0.29% -
HSV(B) 326.29º 0.75% 0.46% -
XYZ 9.32 5.29 7.93 -
YUV 61.31 137.99 168.43 -
System Red Green Blue C M Y K H S L
Decimal 118 29 79 0 0.75 0.33 0.54 326.29 0.61 0.29
Hex 76 1D 4F 0 4B 21 36 146 3D 1D
Octal 166 35 117 0 113 41 66 506 75 35
Binary 1110110 11101 1001111 0 1001011 100001 110110 101000110 111101 11101

Color Harmonies of #761D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761D4F

Black with #761D4F

Text Example


Text Example

White with #761D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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