Html Css Color HEX #76134C Pompadour

📋 copy color: '#76134C'

red 118 ◦ green 19 ◦ blue 76

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

Shades of Pompadour #76134C

Tints of Pompadour #76134C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.92%

 BLUE value IS 76 (30.08% from 255) = 35.68%

R = 55.4%
G = 8.92%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#76134C (or 0x76134C) is known color: Pompadour. HEX triplet: 76, 13 and 4C. RGB value is (118,19,76). Sum of RGB (Red+Green+Blue) = 118+19+76=213 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.40% from 213); Green value is 19 (7.81% from 255 or 8.92% from 213); Blue value is 76 (30.08% from 255 or 35.68% from 213); Max value from RGB is 118 - color contains mainly: red. Hex color #76134C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76134C is #89ECB3. Grayscale: #363636. Windows color (decimal): -9039028 or 4985718. OLE color: 4985718.

HSL color Cylindrical-coordinate representation of color #76134C: hue angle of 325.45º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #76134C is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 19 76 -
CMYK 0 0.84 0.36 0.54
HSL 325.45º 0.72% 0.27% -
HSV(B) 325.45º 0.84% 0.46% -
XYZ 9.01 4.84 7.3 -
YUV 55.1 139.8 172.87 -
System Red Green Blue C M Y K H S L
Decimal 118 19 76 0 0.84 0.36 0.54 325.45 0.72 0.27
Hex 76 13 4C 0 54 24 36 145 48 1B
Octal 166 23 114 0 124 44 66 505 110 33
Binary 1110110 10011 1001100 0 1010100 100100 110110 101000101 1001000 11011

Color Harmonies of #76134C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76134C

Black with #76134C

Text Example


Text Example

White with #76134C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76134C; }

 p { color: rgb(118,19,76); }

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

background-color css

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

 a { background-color: rgb(118,19,76); }

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

border-color css

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

 span { border-color: rgb(118,19,76); }

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