Html Css Color HEX #761356 Pompadour

📋 copy color: '#761356'

red 118 ◦ green 19 ◦ blue 86

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

Shades of Pompadour #761356

Tints of Pompadour #761356

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.52%

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

R = 52.91%
G = 8.52%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#761356 (or 0x761356) is known color: Pompadour. HEX triplet: 76, 13 and 56. RGB value is (118,19,86). Sum of RGB (Red+Green+Blue) = 118+19+86=223 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.91% from 223); Green value is 19 (7.81% from 255 or 8.52% from 223); Blue value is 86 (33.98% from 255 or 38.57% from 223); Max value from RGB is 118 - color contains mainly: red. Hex color #761356 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761356 is #89ECA9. Grayscale: #383838. Windows color (decimal): -9039018 or 5641078. OLE color: 5641078.

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

Color convert

RGB 118 19 86 -
CMYK 0 0.84 0.27 0.54
HSL 319.39º 0.72% 0.27% -
HSV(B) 319.39º 0.84% 0.46% -
XYZ 9.38 4.99 9.27 -
YUV 56.24 144.8 172.05 -
System Red Green Blue C M Y K H S L
Decimal 118 19 86 0 0.84 0.27 0.54 319.39 0.72 0.27
Hex 76 13 56 0 54 1B 36 13F 48 1B
Octal 166 23 126 0 124 33 66 477 110 33
Binary 1110110 10011 1010110 0 1010100 11011 110110 100111111 1001000 11011

Color Harmonies of #761356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761356

Black with #761356

Text Example


Text Example

White with #761356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761356; }

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

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

background-color css

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

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

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

border-color css

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

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

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