Html Css Color HEX #761052 Pompadour

📋 copy color: '#761052'

red 118 ◦ green 16 ◦ blue 82

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

Shades of Pompadour #761052

Tints of Pompadour #761052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 37.96%

R = 54.63%
G = 7.41%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#761052 (or 0x761052) is known color: Pompadour. HEX triplet: 76, 10 and 52. RGB value is (118,16,82). Sum of RGB (Red+Green+Blue) = 118+16+82=216 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.63% from 216); Green value is 16 (6.64% from 255 or 7.41% from 216); Blue value is 82 (32.42% from 255 or 37.96% from 216); Max value from RGB is 118 - color contains mainly: red. Hex color #761052 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761052 is #89EFAD. Grayscale: #353535. Windows color (decimal): -9039790 or 5378166. OLE color: 5378166.

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

Color convert

RGB 118 16 82 -
CMYK 0 0.86 0.31 0.54
HSL 321.18º 0.76% 0.26% -
HSV(B) 321.18º 0.86% 0.46% -
XYZ 9.18 4.83 8.43 -
YUV 54.02 143.79 173.63 -
System Red Green Blue C M Y K H S L
Decimal 118 16 82 0 0.86 0.31 0.54 321.18 0.76 0.26
Hex 76 10 52 0 56 1F 36 141 4C 1A
Octal 166 20 122 0 126 37 66 501 114 32
Binary 1110110 10000 1010010 0 1010110 11111 110110 101000001 1001100 11010

Color Harmonies of #761052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761052

Black with #761052

Text Example


Text Example

White with #761052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761052; }

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

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

background-color css

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

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

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

border-color css

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

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

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