Html Css Color HEX #761648 Pompadour

📋 copy color: '#761648'

red 118 ◦ green 22 ◦ blue 72

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

Shades of Pompadour #761648

Tints of Pompadour #761648

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.38%

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

R = 55.66%
G = 10.38%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.39

 K value IS 0.54

RGB Variations

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

Color information

#761648 (or 0x761648) is known color: Pompadour. HEX triplet: 76, 16 and 48. RGB value is (118,22,72). Sum of RGB (Red+Green+Blue) = 118+22+72=212 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.66% from 212); Green value is 22 (8.98% from 255 or 10.38% from 212); Blue value is 72 (28.52% from 255 or 33.96% from 212); Max value from RGB is 118 - color contains mainly: red. Hex color #761648 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761648 is #89E9B7. Grayscale: #383838. Windows color (decimal): -9038264 or 4724342. OLE color: 4724342.

HSL color Cylindrical-coordinate representation of color #761648: hue angle of 328.75º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #761648 is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 22 72 -
CMYK 0 0.81 0.39 0.54
HSL 328.75º 0.69% 0.27% -
HSV(B) 328.75º 0.81% 0.46% -
XYZ 8.93 4.89 6.6 -
YUV 56.4 136.8 171.93 -
System Red Green Blue C M Y K H S L
Decimal 118 22 72 0 0.81 0.39 0.54 328.75 0.69 0.27
Hex 76 16 48 0 51 27 36 149 45 1B
Octal 166 26 110 0 121 47 66 511 105 33
Binary 1110110 10110 1001000 0 1010001 100111 110110 101001001 1000101 11011

Color Harmonies of #761648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761648

Black with #761648

Text Example


Text Example

White with #761648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761648; }

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

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

background-color css

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

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

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

border-color css

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

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

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