Html Css Color HEX #761055 Pompadour

📋 copy color: '#761055'

red 118 ◦ green 16 ◦ blue 85

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

Shades of Pompadour #761055

Tints of Pompadour #761055

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.31%

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

R = 53.88%
G = 7.31%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.28

 K value IS 0.54

RGB Variations

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

Color information

#761055 (or 0x761055) is known color: Pompadour. HEX triplet: 76, 10 and 55. RGB value is (118,16,85). Sum of RGB (Red+Green+Blue) = 118+16+85=219 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.88% from 219); Green value is 16 (6.64% from 255 or 7.31% from 219); Blue value is 85 (33.59% from 255 or 38.81% from 219); Max value from RGB is 118 - color contains mainly: red. Hex color #761055 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761055 is #89EFAA. Grayscale: #363636. Windows color (decimal): -9039787 or 5574774. OLE color: 5574774.

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

Color convert

RGB 118 16 85 -
CMYK 0 0.86 0.28 0.54
HSL 319.41º 0.76% 0.26% -
HSV(B) 319.41º 0.86% 0.46% -
XYZ 9.3 4.88 9.05 -
YUV 54.36 145.29 173.39 -
System Red Green Blue C M Y K H S L
Decimal 118 16 85 0 0.86 0.28 0.54 319.41 0.76 0.26
Hex 76 10 55 0 56 1C 36 13F 4C 1A
Octal 166 20 125 0 126 34 66 477 114 32
Binary 1110110 10000 1010101 0 1010110 11100 110110 100111111 1001100 11010

Color Harmonies of #761055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761055

Black with #761055

Text Example


Text Example

White with #761055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761055; }

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

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

background-color css

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

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

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

border-color css

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

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

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