Html Css Color HEX #761256 Pompadour

📋 copy color: '#761256'

red 118 ◦ green 18 ◦ blue 86

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

Shades of Pompadour #761256

Tints of Pompadour #761256

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.11%

 BLUE value IS 86 (33.98% from 255) = 38.74%

R = 53.15%
G = 8.11%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#761256 (or 0x761256) is known color: Pompadour. HEX triplet: 76, 12 and 56. RGB value is (118,18,86). Sum of RGB (Red+Green+Blue) = 118+18+86=222 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.15% from 222); Green value is 18 (7.42% from 255 or 8.11% from 222); Blue value is 86 (33.98% from 255 or 38.74% from 222); Max value from RGB is 118 - color contains mainly: red. Hex color #761256 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761256 is #89EDA9. Grayscale: #373737. Windows color (decimal): -9039274 or 5640822. OLE color: 5640822.

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

Color convert

RGB 118 18 86 -
CMYK 0 0.85 0.27 0.54
HSL 319.2º 0.74% 0.27% -
HSV(B) 319.2º 0.85% 0.46% -
XYZ 9.37 4.96 9.27 -
YUV 55.65 145.13 172.47 -
System Red Green Blue C M Y K H S L
Decimal 118 18 86 0 0.85 0.27 0.54 319.2 0.74 0.27
Hex 76 12 56 0 55 1B 36 13F 4A 1B
Octal 166 22 126 0 125 33 66 477 112 33
Binary 1110110 10010 1010110 0 1010101 11011 110110 100111111 1001010 11011

Color Harmonies of #761256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761256

Black with #761256

Text Example


Text Example

White with #761256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761256; }

 p { color: rgb(118,18,86); }

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

background-color css

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

 a { background-color: rgb(118,18,86); }

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

border-color css

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

 span { border-color: rgb(118,18,86); }

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