Html Css Color HEX #751754 Pompadour

📋 copy color: '#751754'

red 117 ◦ green 23 ◦ blue 84

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

Shades of Pompadour #751754

Tints of Pompadour #751754

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 37.5%

R = 52.23%
G = 10.27%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.28

 K value IS 0.54

RGB Variations

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

Color information

#751754 (or 0x751754) is known color: Pompadour. HEX triplet: 75, 17 and 54. RGB value is (117,23,84). Sum of RGB (Red+Green+Blue) = 117+23+84=224 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.23% from 224); Green value is 23 (9.38% from 255 or 10.27% from 224); Blue value is 84 (33.20% from 255 or 37.5% from 224); Max value from RGB is 117 - color contains mainly: red. Hex color #751754 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751754 is #8AE8AB. Grayscale: #393939. Windows color (decimal): -9103532 or 5511029. OLE color: 5511029.

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

Color convert

RGB 117 23 84 -
CMYK 0 0.80 0.28 0.54
HSL 321.06º 0.67% 0.27% -
HSV(B) 321.06º 0.8% 0.46% -
XYZ 9.24 5.03 8.87 -
YUV 58.06 142.64 170.04 -
System Red Green Blue C M Y K H S L
Decimal 117 23 84 0 0.80 0.28 0.54 321.06 0.67 0.27
Hex 75 17 54 0 50 1C 36 141 43 1B
Octal 165 27 124 0 120 34 66 501 103 33
Binary 1110101 10111 1010100 0 1010000 11100 110110 101000001 1000011 11011

Color Harmonies of #751754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751754

Black with #751754

Text Example


Text Example

White with #751754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751754; }

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

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

background-color css

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

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

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

border-color css

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

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

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