Html Css Color HEX #761455 Pompadour

📋 copy color: '#761455'

red 118 ◦ green 20 ◦ blue 85

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

Shades of Pompadour #761455

Tints of Pompadour #761455

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.97%

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

R = 52.91%
G = 8.97%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.28

 K value IS 0.54

RGB Variations

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

Color information

#761455 (or 0x761455) is known color: Pompadour. HEX triplet: 76, 14 and 55. RGB value is (118,20,85). Sum of RGB (Red+Green+Blue) = 118+20+85=223 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.91% from 223); Green value is 20 (8.20% from 255 or 8.97% from 223); Blue value is 85 (33.59% from 255 or 38.12% from 223); Max value from RGB is 118 - color contains mainly: red. Hex color #761455 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761455 is #89EBAA. Grayscale: #383838. Windows color (decimal): -9038763 or 5575798. OLE color: 5575798.

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

Color convert

RGB 118 20 85 -
CMYK 0 0.83 0.28 0.54
HSL 320.2º 0.71% 0.27% -
HSV(B) 320.2º 0.83% 0.46% -
XYZ 9.36 5.01 9.07 -
YUV 56.71 143.97 171.71 -
System Red Green Blue C M Y K H S L
Decimal 118 20 85 0 0.83 0.28 0.54 320.2 0.71 0.27
Hex 76 14 55 0 53 1C 36 140 47 1B
Octal 166 24 125 0 123 34 66 500 107 33
Binary 1110110 10100 1010101 0 1010011 11100 110110 101000000 1000111 11011

Color Harmonies of #761455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761455

Black with #761455

Text Example


Text Example

White with #761455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761455; }

 p { color: rgb(118,20,85); }

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

background-color css

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

 a { background-color: rgb(118,20,85); }

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

border-color css

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

 span { border-color: rgb(118,20,85); }

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