Html Css Color HEX #761743 Pompadour

📋 copy color: '#761743'

red 118 ◦ green 23 ◦ blue 67

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

Shades of Pompadour #761743

Tints of Pompadour #761743

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.06%

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

R = 56.73%
G = 11.06%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.43

 K value IS 0.54

RGB Variations

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

Color information

#761743 (or 0x761743) is known color: Pompadour. HEX triplet: 76, 17 and 43. RGB value is (118,23,67). Sum of RGB (Red+Green+Blue) = 118+23+67=208 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.73% from 208); Green value is 23 (9.38% from 255 or 11.06% from 208); Blue value is 67 (26.56% from 255 or 32.21% from 208); Max value from RGB is 118 - color contains mainly: red. Hex color #761743 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761743 is #89E8BC. Grayscale: #383838. Windows color (decimal): -9038013 or 4396918. OLE color: 4396918.

HSL color Cylindrical-coordinate representation of color #761743: hue angle of 332.21º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #761743 is Cyan = 0, Magento = 0.81, Yellow = 0.43 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 23 67 -
CMYK 0 0.81 0.43 0.54
HSL 332.21º 0.67% 0.28% -
HSV(B) 332.21º 0.81% 0.46% -
XYZ 8.79 4.87 5.79 -
YUV 56.42 133.97 171.92 -
System Red Green Blue C M Y K H S L
Decimal 118 23 67 0 0.81 0.43 0.54 332.21 0.67 0.28
Hex 76 17 43 0 51 2B 36 14C 43 1C
Octal 166 27 103 0 121 53 66 514 103 34
Binary 1110110 10111 1000011 0 1010001 101011 110110 101001100 1000011 11100

Color Harmonies of #761743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761743

Black with #761743

Text Example


Text Example

White with #761743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761743; }

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

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

background-color css

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

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

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

border-color css

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

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

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