Html Css Color HEX #761847 Pompadour

📋 copy color: '#761847'

red 118 ◦ green 24 ◦ blue 71

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

Shades of Pompadour #761847

Tints of Pompadour #761847

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 33.33%

R = 55.4%
G = 11.27%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.40

 K value IS 0.54

RGB Variations

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

Color information

#761847 (or 0x761847) is known color: Pompadour. HEX triplet: 76, 18 and 47. RGB value is (118,24,71). Sum of RGB (Red+Green+Blue) = 118+24+71=213 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.40% from 213); Green value is 24 (9.77% from 255 or 11.27% from 213); Blue value is 71 (28.12% from 255 or 33.33% from 213); Max value from RGB is 118 - color contains mainly: red. Hex color #761847 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761847 is #89E7B8. Grayscale: #393939. Windows color (decimal): -9037753 or 4659318. OLE color: 4659318.

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

Color convert

RGB 118 24 71 -
CMYK 0 0.80 0.40 0.54
HSL 330º 0.66% 0.28% -
HSV(B) 330º 0.8% 0.46% -
XYZ 8.94 4.96 6.45 -
YUV 57.46 135.64 171.18 -
System Red Green Blue C M Y K H S L
Decimal 118 24 71 0 0.80 0.40 0.54 330 0.66 0.28
Hex 76 18 47 0 50 28 36 14A 42 1C
Octal 166 30 107 0 120 50 66 512 102 34
Binary 1110110 11000 1000111 0 1010000 101000 110110 101001010 1000010 11100

Color Harmonies of #761847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761847

Black with #761847

Text Example


Text Example

White with #761847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761847; }

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

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

background-color css

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

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

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

border-color css

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

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

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