Html Css Color HEX #761843 Pompadour

📋 copy color: '#761843'

red 118 ◦ green 24 ◦ blue 67

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

Shades of Pompadour #761843

Tints of Pompadour #761843

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 32.06%

R = 56.46%
G = 11.48%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.43

 K value IS 0.54

RGB Variations

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

Color information

#761843 (or 0x761843) is known color: Pompadour. HEX triplet: 76, 18 and 43. RGB value is (118,24,67). Sum of RGB (Red+Green+Blue) = 118+24+67=209 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.46% from 209); Green value is 24 (9.77% from 255 or 11.48% from 209); Blue value is 67 (26.56% from 255 or 32.06% from 209); Max value from RGB is 118 - color contains mainly: red. Hex color #761843 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761843 is #89E7BC. Grayscale: #383838. Windows color (decimal): -9037757 or 4397174. OLE color: 4397174.

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

Color convert

RGB 118 24 67 -
CMYK 0 0.80 0.43 0.54
HSL 332.55º 0.66% 0.28% -
HSV(B) 332.55º 0.8% 0.46% -
XYZ 8.81 4.91 5.79 -
YUV 57.01 133.64 171.5 -
System Red Green Blue C M Y K H S L
Decimal 118 24 67 0 0.80 0.43 0.54 332.55 0.66 0.28
Hex 76 18 43 0 50 2B 36 14D 42 1C
Octal 166 30 103 0 120 53 66 515 102 34
Binary 1110110 11000 1000011 0 1010000 101011 110110 101001101 1000010 11100

Color Harmonies of #761843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761843

Black with #761843

Text Example


Text Example

White with #761843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761843; }

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

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

background-color css

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

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

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

border-color css

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

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

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