Html Css Color HEX #761953 Pompadour

📋 copy color: '#761953'

red 118 ◦ green 25 ◦ blue 83

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

Shades of Pompadour #761953

Tints of Pompadour #761953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 36.73%

R = 52.21%
G = 11.06%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#761953 (or 0x761953) is known color: Pompadour. HEX triplet: 76, 19 and 53. RGB value is (118,25,83). Sum of RGB (Red+Green+Blue) = 118+25+83=226 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.21% from 226); Green value is 25 (10.16% from 255 or 11.06% from 226); Blue value is 83 (32.81% from 255 or 36.73% from 226); Max value from RGB is 118 - color contains mainly: red. Hex color #761953 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761953 is #89E6AC. Grayscale: #3B3B3B. Windows color (decimal): -9037485 or 5446006. OLE color: 5446006.

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

Color convert

RGB 118 25 83 -
CMYK 0 0.79 0.30 0.54
HSL 322.58º 0.65% 0.28% -
HSV(B) 322.58º 0.79% 0.46% -
XYZ 9.38 5.17 8.69 -
YUV 59.42 141.31 169.78 -
System Red Green Blue C M Y K H S L
Decimal 118 25 83 0 0.79 0.30 0.54 322.58 0.65 0.28
Hex 76 19 53 0 4F 1E 36 143 41 1C
Octal 166 31 123 0 117 36 66 503 101 34
Binary 1110110 11001 1010011 0 1001111 11110 110110 101000011 1000001 11100

Color Harmonies of #761953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761953

Black with #761953

Text Example


Text Example

White with #761953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761953; }

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

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

background-color css

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

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

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

border-color css

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

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

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