Html Css Color HEX #7C1855 Pompadour

📋 copy color: '#7C1855'

red 124 ◦ green 24 ◦ blue 85

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

Shades of Pompadour #7C1855

Tints of Pompadour #7C1855

RGB

 RED value IS 124 (48.83% from 255) = 53.22%

 GREEN value IS 24 (9.77% from 255) = 10.3%

 BLUE value IS 85 (33.59% from 255) = 36.48%

R = 53.22%
G = 10.3%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.31

 K value IS 0.51

RGB Variations

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

Color information

#7C1855 (or 0x7C1855) is known color: Pompadour. HEX triplet: 7C, 18 and 55. RGB value is (124,24,85). Sum of RGB (Red+Green+Blue) = 124+24+85=233 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.22% from 233); Green value is 24 (9.77% from 255 or 10.30% from 233); Blue value is 85 (33.59% from 255 or 36.48% from 233); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1855 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C1855 is #83E7AA. Grayscale: #3C3C3C. Windows color (decimal): -8644523 or 5576828. OLE color: 5576828.

HSL color Cylindrical-coordinate representation of color #7C1855: hue angle of 323.4º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7C1855 is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 24 85 -
CMYK 0 0.81 0.31 0.51
HSL 323.4º 0.68% 0.29% -
HSV(B) 323.4º 0.81% 0.49% -
XYZ 10.28 5.59 9.13 -
YUV 60.85 141.63 173.04 -
System Red Green Blue C M Y K H S L
Decimal 124 24 85 0 0.81 0.31 0.51 323.4 0.68 0.29
Hex 7C 18 55 0 51 1F 33 143 44 1D
Octal 174 30 125 0 121 37 63 503 104 35
Binary 1111100 11000 1010101 0 1010001 11111 110011 101000011 1000100 11101

Color Harmonies of #7C1855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1855

Black with #7C1855

Text Example


Text Example

White with #7C1855

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,24,85); }

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

background-color css

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

 a { background-color: rgb(124,24,85); }

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

border-color css

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

 span { border-color: rgb(124,24,85); }

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