Html Css Color HEX #761A40 Pompadour

📋 copy color: '#761A40'

red 118 ◦ green 26 ◦ blue 64

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

Shades of Pompadour #761A40

Tints of Pompadour #761A40

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.5%

 BLUE value IS 64 (25.39% from 255) = 30.77%

R = 56.73%
G = 12.5%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#761A40 (or 0x761A40) is known color: Pompadour. HEX triplet: 76, 1A and 40. RGB value is (118,26,64). Sum of RGB (Red+Green+Blue) = 118+26+64=208 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.73% from 208); Green value is 26 (10.55% from 255 or 12.5% from 208); Blue value is 64 (25.39% from 255 or 30.77% from 208); Max value from RGB is 118 - color contains mainly: red. Hex color #761A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761A40 is #89E5BF. Grayscale: #393939. Windows color (decimal): -9037248 or 4201078. OLE color: 4201078.

HSL color Cylindrical-coordinate representation of color #761A40: hue angle of 335.22º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #761A40 is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 26 64 -
CMYK 0 0.78 0.46 0.54
HSL 335.22º 0.64% 0.28% -
HSV(B) 335.22º 0.78% 0.46% -
XYZ 8.77 4.96 5.35 -
YUV 57.84 131.48 170.91 -
System Red Green Blue C M Y K H S L
Decimal 118 26 64 0 0.78 0.46 0.54 335.22 0.64 0.28
Hex 76 1A 40 0 4E 2E 36 14F 40 1C
Octal 166 32 100 0 116 56 66 517 100 34
Binary 1110110 11010 1000000 0 1001110 101110 110110 101001111 1000000 11100

Color Harmonies of #761A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761A40

Black with #761A40

Text Example


Text Example

White with #761A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,26,64); }

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

background-color css

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

 a { background-color: rgb(118,26,64); }

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

border-color css

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

 span { border-color: rgb(118,26,64); }

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