Html Css Color HEX #761B48 Pompadour

📋 copy color: '#761B48'

red 118 ◦ green 27 ◦ blue 72

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

Shades of Pompadour #761B48

Tints of Pompadour #761B48

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.44%

 BLUE value IS 72 (28.52% from 255) = 33.18%

R = 54.38%
G = 12.44%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.39

 K value IS 0.54

RGB Variations

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

Color information

#761B48 (or 0x761B48) is known color: Pompadour. HEX triplet: 76, 1B and 48. RGB value is (118,27,72). Sum of RGB (Red+Green+Blue) = 118+27+72=217 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.38% from 217); Green value is 27 (10.94% from 255 or 12.44% from 217); Blue value is 72 (28.52% from 255 or 33.18% from 217); Max value from RGB is 118 - color contains mainly: red. Hex color #761B48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761B48 is #89E4B7. Grayscale: #3B3B3B. Windows color (decimal): -9036984 or 4725622. OLE color: 4725622.

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

Color convert

RGB 118 27 72 -
CMYK 0 0.77 0.39 0.54
HSL 330.33º 0.63% 0.28% -
HSV(B) 330.33º 0.77% 0.46% -
XYZ 9.03 5.1 6.64 -
YUV 59.34 135.15 169.84 -
System Red Green Blue C M Y K H S L
Decimal 118 27 72 0 0.77 0.39 0.54 330.33 0.63 0.28
Hex 76 1B 48 0 4D 27 36 14A 3F 1C
Octal 166 33 110 0 115 47 66 512 77 34
Binary 1110110 11011 1001000 0 1001101 100111 110110 101001010 111111 11100

Color Harmonies of #761B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761B48

Black with #761B48

Text Example


Text Example

White with #761B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,27,72); }

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

background-color css

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

 a { background-color: rgb(118,27,72); }

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

border-color css

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

 span { border-color: rgb(118,27,72); }

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