Html Css Color HEX #7F113C Pompadour

📋 copy color: '#7F113C'

red 127 ◦ green 17 ◦ blue 60

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

Shades of Pompadour #7F113C

Tints of Pompadour #7F113C

RGB

 RED value IS 127 (50% from 255) = 62.25%

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

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

R = 62.25%
G = 8.33%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.53

 K value IS 0.50

RGB Variations

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

Color information

#7F113C (or 0x7F113C) is known color: Pompadour. HEX triplet: 7F, 11 and 3C. RGB value is (127,17,60). Sum of RGB (Red+Green+Blue) = 127+17+60=204 (27% of max value = 765). Red value is 127 (50% from 255 or 62.25% from 204); Green value is 17 (7.03% from 255 or 8.33% from 204); Blue value is 60 (23.83% from 255 or 29.41% from 204); Max value from RGB is 127 - color contains mainly: red. Hex color #7F113C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F113C is #80EEC3. Grayscale: #363636. Windows color (decimal): -8449732 or 3936639. OLE color: 3936639.

HSL color Cylindrical-coordinate representation of color #7F113C: hue angle of 336.55º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7F113C is Cyan = 0, Magento = 0.87, Yellow = 0.53 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 17 60 -
CMYK 0 0.87 0.53 0.50
HSL 336.55º 0.76% 0.28% -
HSV(B) 336.55º 0.87% 0.5% -
XYZ 9.77 5.24 4.77 -
YUV 54.79 130.94 179.5 -
System Red Green Blue C M Y K H S L
Decimal 127 17 60 0 0.87 0.53 0.50 336.55 0.76 0.28
Hex 7F 11 3C 0 57 35 32 151 4C 1C
Octal 177 21 74 0 127 65 62 521 114 34
Binary 1111111 10001 111100 0 1010111 110101 110010 101010001 1001100 11100

Color Harmonies of #7F113C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F113C

Black with #7F113C

Text Example


Text Example

White with #7F113C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F113C; }

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

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

background-color css

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

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

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

border-color css

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

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

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