Html Css Color HEX #76113C Pompadour

📋 copy color: '#76113C'

red 118 ◦ green 17 ◦ blue 60

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

Shades of Pompadour #76113C

Tints of Pompadour #76113C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.72%

 BLUE value IS 60 (23.83% from 255) = 30.77%

R = 60.51%
G = 8.72%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#76113C (or 0x76113C) is known color: Pompadour. HEX triplet: 76, 11 and 3C. RGB value is (118,17,60). Sum of RGB (Red+Green+Blue) = 118+17+60=195 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.51% from 195); Green value is 17 (7.03% from 255 or 8.72% from 195); Blue value is 60 (23.83% from 255 or 30.77% from 195); Max value from RGB is 118 - color contains mainly: red. Hex color #76113C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76113C is #89EEC3. Grayscale: #343434. Windows color (decimal): -9039556 or 3936630. OLE color: 3936630.

HSL color Cylindrical-coordinate representation of color #76113C: hue angle of 334.46º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #76113C is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 17 60 -
CMYK 0 0.86 0.49 0.54
HSL 334.46º 0.75% 0.26% -
HSV(B) 334.46º 0.86% 0.46% -
XYZ 8.49 4.58 4.71 -
YUV 52.1 132.46 175 -
System Red Green Blue C M Y K H S L
Decimal 118 17 60 0 0.86 0.49 0.54 334.46 0.75 0.26
Hex 76 11 3C 0 56 31 36 14E 4B 1A
Octal 166 21 74 0 126 61 66 516 113 32
Binary 1110110 10001 111100 0 1010110 110001 110110 101001110 1001011 11010

Color Harmonies of #76113C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76113C

Black with #76113C

Text Example


Text Example

White with #76113C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,17,60); }

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

background-color css

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

 a { background-color: rgb(118,17,60); }

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

border-color css

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

 span { border-color: rgb(118,17,60); }

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