Html Css Color HEX #761952 Pompadour

📋 copy color: '#761952'

red 118 ◦ green 25 ◦ blue 82

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

Shades of Pompadour #761952

Tints of Pompadour #761952

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.11%

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

R = 52.44%
G = 11.11%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#761952 (or 0x761952) is known color: Pompadour. HEX triplet: 76, 19 and 52. RGB value is (118,25,82). Sum of RGB (Red+Green+Blue) = 118+25+82=225 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.44% from 225); Green value is 25 (10.16% from 255 or 11.11% from 225); Blue value is 82 (32.42% from 255 or 36.44% from 225); Max value from RGB is 118 - color contains mainly: red. Hex color #761952 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761952 is #89E6AD. Grayscale: #3B3B3B. Windows color (decimal): -9037486 or 5380470. OLE color: 5380470.

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

Color convert

RGB 118 25 82 -
CMYK 0 0.79 0.31 0.54
HSL 323.23º 0.65% 0.28% -
HSV(B) 323.23º 0.79% 0.46% -
XYZ 9.34 5.16 8.49 -
YUV 59.31 140.81 169.87 -
System Red Green Blue C M Y K H S L
Decimal 118 25 82 0 0.79 0.31 0.54 323.23 0.65 0.28
Hex 76 19 52 0 4F 1F 36 143 41 1C
Octal 166 31 122 0 117 37 66 503 101 34
Binary 1110110 11001 1010010 0 1001111 11111 110110 101000011 1000001 11100

Color Harmonies of #761952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761952

Black with #761952

Text Example


Text Example

White with #761952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761952; }

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

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

background-color css

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

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

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

border-color css

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

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

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