Html Css Color HEX #761D4D Pompadour

📋 copy color: '#761D4D'

red 118 ◦ green 29 ◦ blue 77

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

Shades of Pompadour #761D4D

Tints of Pompadour #761D4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 34.38%

R = 52.68%
G = 12.95%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#761D4D (or 0x761D4D) is known color: Pompadour. HEX triplet: 76, 1D and 4D. RGB value is (118,29,77). Sum of RGB (Red+Green+Blue) = 118+29+77=224 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.68% from 224); Green value is 29 (11.72% from 255 or 12.95% from 224); Blue value is 77 (30.47% from 255 or 34.38% from 224); Max value from RGB is 118 - color contains mainly: red. Hex color #761D4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #761D4D is #89E2B2. Grayscale: #3C3C3C. Windows color (decimal): -9036467 or 5053814. OLE color: 5053814.

HSL color Cylindrical-coordinate representation of color #761D4D: hue angle of 327.64º 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 #761D4D is Cyan = 0, Magento = 0.75, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 29 77 -
CMYK 0 0.75 0.35 0.54
HSL 327.64º 0.61% 0.29% -
HSV(B) 327.64º 0.75% 0.46% -
XYZ 9.25 5.27 7.55 -
YUV 61.08 136.99 168.6 -
System Red Green Blue C M Y K H S L
Decimal 118 29 77 0 0.75 0.35 0.54 327.64 0.61 0.29
Hex 76 1D 4D 0 4B 23 36 148 3D 1D
Octal 166 35 115 0 113 43 66 510 75 35
Binary 1110110 11101 1001101 0 1001011 100011 110110 101001000 111101 11101

Color Harmonies of #761D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761D4D

Black with #761D4D

Text Example


Text Example

White with #761D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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