Html Css Color HEX #761D52 Pompadour

📋 copy color: '#761D52'

red 118 ◦ green 29 ◦ blue 82

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

Shades of Pompadour #761D52

Tints of Pompadour #761D52

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.66%

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

R = 51.53%
G = 12.66%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#761D52 (or 0x761D52) is known color: Pompadour. HEX triplet: 76, 1D and 52. RGB value is (118,29,82). Sum of RGB (Red+Green+Blue) = 118+29+82=229 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.53% from 229); Green value is 29 (11.72% from 255 or 12.66% from 229); Blue value is 82 (32.42% from 255 or 35.81% from 229); Max value from RGB is 118 - color contains mainly: red. Hex color #761D52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #761D52 is #89E2AD. Grayscale: #3D3D3D. Windows color (decimal): -9036462 or 5381494. OLE color: 5381494.

HSL color Cylindrical-coordinate representation of color #761D52: hue angle of 324.27º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #761D52 is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 29 82 -
CMYK 0 0.75 0.31 0.54
HSL 324.27º 0.61% 0.29% -
HSV(B) 324.27º 0.75% 0.46% -
XYZ 9.43 5.34 8.52 -
YUV 61.65 139.49 168.19 -
System Red Green Blue C M Y K H S L
Decimal 118 29 82 0 0.75 0.31 0.54 324.27 0.61 0.29
Hex 76 1D 52 0 4B 1F 36 144 3D 1D
Octal 166 35 122 0 113 37 66 504 75 35
Binary 1110110 11101 1010010 0 1001011 11111 110110 101000100 111101 11101

Color Harmonies of #761D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761D52

Black with #761D52

Text Example


Text Example

White with #761D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761D52; }

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

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

background-color css

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

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

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

border-color css

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

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

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