Html Css Color HEX #761457 Pompadour

📋 copy color: '#761457'

red 118 ◦ green 20 ◦ blue 87

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

Shades of Pompadour #761457

Tints of Pompadour #761457

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 38.67%

R = 52.44%
G = 8.89%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#761457 (or 0x761457) is known color: Pompadour. HEX triplet: 76, 14 and 57. RGB value is (118,20,87). Sum of RGB (Red+Green+Blue) = 118+20+87=225 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.44% from 225); Green value is 20 (8.20% from 255 or 8.89% from 225); Blue value is 87 (34.38% from 255 or 38.67% from 225); Max value from RGB is 118 - color contains mainly: red. Hex color #761457 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761457 is #89EBA8. Grayscale: #383838. Windows color (decimal): -9038761 or 5706870. OLE color: 5706870.

HSL color Cylindrical-coordinate representation of color #761457: hue angle of 318.98º 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 #761457 is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 20 87 -
CMYK 0 0.83 0.26 0.54
HSL 318.98º 0.71% 0.27% -
HSV(B) 318.98º 0.83% 0.46% -
XYZ 9.44 5.04 9.49 -
YUV 56.94 144.97 171.55 -
System Red Green Blue C M Y K H S L
Decimal 118 20 87 0 0.83 0.26 0.54 318.98 0.71 0.27
Hex 76 14 57 0 53 1A 36 13F 47 1B
Octal 166 24 127 0 123 32 66 477 107 33
Binary 1110110 10100 1010111 0 1010011 11010 110110 100111111 1000111 11011

Color Harmonies of #761457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761457

Black with #761457

Text Example


Text Example

White with #761457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761457; }

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

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

background-color css

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

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

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

border-color css

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

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

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