Html Css Color HEX #761853 Pompadour

📋 copy color: '#761853'

red 118 ◦ green 24 ◦ blue 83

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

Shades of Pompadour #761853

Tints of Pompadour #761853

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.67%

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

R = 52.44%
G = 10.67%
B = 36.89%

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

#761853 (or 0x761853) is known color: Pompadour. HEX triplet: 76, 18 and 53. RGB value is (118,24,83). Sum of RGB (Red+Green+Blue) = 118+24+83=225 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.44% from 225); Green value is 24 (9.77% from 255 or 10.67% from 225); Blue value is 83 (32.81% from 255 or 36.89% from 225); Max value from RGB is 118 - color contains mainly: red. Hex color #761853 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761853 is #89E7AC. Grayscale: #3A3A3A. Windows color (decimal): -9037741 or 5445750. OLE color: 5445750.

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

Color convert

RGB 118 24 83 -
CMYK 0 0.80 0.30 0.54
HSL 322.34º 0.66% 0.28% -
HSV(B) 322.34º 0.8% 0.46% -
XYZ 9.36 5.13 8.68 -
YUV 58.83 141.64 170.2 -
System Red Green Blue C M Y K H S L
Decimal 118 24 83 0 0.80 0.30 0.54 322.34 0.66 0.28
Hex 76 18 53 0 50 1E 36 142 42 1C
Octal 166 30 123 0 120 36 66 502 102 34
Binary 1110110 11000 1010011 0 1010000 11110 110110 101000010 1000010 11100

Color Harmonies of #761853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761853

Black with #761853

Text Example


Text Example

White with #761853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761853; }

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

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

background-color css

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

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

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

border-color css

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

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

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