Html Css Color HEX #751752 Pompadour

📋 copy color: '#751752'

red 117 ◦ green 23 ◦ blue 82

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

Shades of Pompadour #751752

Tints of Pompadour #751752

RGB

 RED value IS 117 (46.09% from 255) = 52.7%

 GREEN value IS 23 (9.38% from 255) = 10.36%

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

R = 52.7%
G = 10.36%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#751752 (or 0x751752) is known color: Pompadour. HEX triplet: 75, 17 and 52. RGB value is (117,23,82). Sum of RGB (Red+Green+Blue) = 117+23+82=222 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.70% from 222); Green value is 23 (9.38% from 255 or 10.36% from 222); Blue value is 82 (32.42% from 255 or 36.94% from 222); Max value from RGB is 117 - color contains mainly: red. Hex color #751752 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751752 is #8AE8AD. Grayscale: #393939. Windows color (decimal): -9103534 or 5379957. OLE color: 5379957.

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

Color convert

RGB 117 23 82 -
CMYK 0 0.80 0.30 0.54
HSL 322.34º 0.67% 0.27% -
HSV(B) 322.34º 0.8% 0.46% -
XYZ 9.17 5 8.47 -
YUV 57.83 141.64 170.2 -
System Red Green Blue C M Y K H S L
Decimal 117 23 82 0 0.80 0.30 0.54 322.34 0.67 0.27
Hex 75 17 52 0 50 1E 36 142 43 1B
Octal 165 27 122 0 120 36 66 502 103 33
Binary 1110101 10111 1010010 0 1010000 11110 110110 101000010 1000011 11011

Color Harmonies of #751752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751752

Black with #751752

Text Example


Text Example

White with #751752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751752; }

 p { color: rgb(117,23,82); }

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

background-color css

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

 a { background-color: rgb(117,23,82); }

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

border-color css

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

 span { border-color: rgb(117,23,82); }

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