Html Css Color HEX #761852 Pompadour

📋 copy color: '#761852'

red 118 ◦ green 24 ◦ blue 82

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

Shades of Pompadour #761852

Tints of Pompadour #761852

RGB

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

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

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

R = 52.68%
G = 10.71%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#761852 (or 0x761852) is known color: Pompadour. HEX triplet: 76, 18 and 52. RGB value is (118,24,82). Sum of RGB (Red+Green+Blue) = 118+24+82=224 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.68% from 224); Green value is 24 (9.77% from 255 or 10.71% from 224); Blue value is 82 (32.42% from 255 or 36.61% from 224); Max value from RGB is 118 - color contains mainly: red. Hex color #761852 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761852 is #89E7AD. Grayscale: #3A3A3A. Windows color (decimal): -9037742 or 5380214. OLE color: 5380214.

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

Color convert

RGB 118 24 82 -
CMYK 0 0.80 0.31 0.54
HSL 322.98º 0.66% 0.28% -
HSV(B) 322.98º 0.8% 0.46% -
XYZ 9.32 5.11 8.48 -
YUV 58.72 141.14 170.28 -
System Red Green Blue C M Y K H S L
Decimal 118 24 82 0 0.80 0.31 0.54 322.98 0.66 0.28
Hex 76 18 52 0 50 1F 36 143 42 1C
Octal 166 30 122 0 120 37 66 503 102 34
Binary 1110110 11000 1010010 0 1010000 11111 110110 101000011 1000010 11100

Color Harmonies of #761852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761852

Black with #761852

Text Example


Text Example

White with #761852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761852; }

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

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

background-color css

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

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

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

border-color css

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

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

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