Html Css Color HEX #761355 Pompadour

📋 copy color: '#761355'

red 118 ◦ green 19 ◦ blue 85

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

Shades of Pompadour #761355

Tints of Pompadour #761355

RGB

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

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

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

R = 53.15%
G = 8.56%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.28

 K value IS 0.54

RGB Variations

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

Color information

#761355 (or 0x761355) is known color: Pompadour. HEX triplet: 76, 13 and 55. RGB value is (118,19,85). Sum of RGB (Red+Green+Blue) = 118+19+85=222 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.15% from 222); Green value is 19 (7.81% from 255 or 8.56% from 222); Blue value is 85 (33.59% from 255 or 38.29% from 222); Max value from RGB is 118 - color contains mainly: red. Hex color #761355 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761355 is #89ECAA. Grayscale: #373737. Windows color (decimal): -9039019 or 5575542. OLE color: 5575542.

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

Color convert

RGB 118 19 85 -
CMYK 0 0.84 0.28 0.54
HSL 320º 0.72% 0.27% -
HSV(B) 320º 0.84% 0.46% -
XYZ 9.34 4.97 9.06 -
YUV 56.13 144.3 172.13 -
System Red Green Blue C M Y K H S L
Decimal 118 19 85 0 0.84 0.28 0.54 320 0.72 0.27
Hex 76 13 55 0 54 1C 36 140 48 1B
Octal 166 23 125 0 124 34 66 500 110 33
Binary 1110110 10011 1010101 0 1010100 11100 110110 101000000 1001000 11011

Color Harmonies of #761355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761355

Black with #761355

Text Example


Text Example

White with #761355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761355; }

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

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

background-color css

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

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

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

border-color css

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

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

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