Html Css Color HEX #761643 Pompadour

📋 copy color: '#761643'

red 118 ◦ green 22 ◦ blue 67

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

Shades of Pompadour #761643

Tints of Pompadour #761643

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.63%

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

R = 57%
G = 10.63%
B = 32.37%

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

#761643 (or 0x761643) is known color: Pompadour. HEX triplet: 76, 16 and 43. RGB value is (118,22,67). Sum of RGB (Red+Green+Blue) = 118+22+67=207 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.00% from 207); Green value is 22 (8.98% from 255 or 10.63% from 207); Blue value is 67 (26.56% from 255 or 32.37% from 207); Max value from RGB is 118 - color contains mainly: red. Hex color #761643 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761643 is #89E9BC. Grayscale: #373737. Windows color (decimal): -9038269 or 4396662. OLE color: 4396662.

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

Color convert

RGB 118 22 67 -
CMYK 0 0.81 0.43 0.54
HSL 331.88º 0.69% 0.27% -
HSV(B) 331.88º 0.81% 0.46% -
XYZ 8.77 4.83 5.78 -
YUV 55.83 134.3 172.34 -
System Red Green Blue C M Y K H S L
Decimal 118 22 67 0 0.81 0.43 0.54 331.88 0.69 0.27
Hex 76 16 43 0 51 2B 36 14C 45 1B
Octal 166 26 103 0 121 53 66 514 105 33
Binary 1110110 10110 1000011 0 1010001 101011 110110 101001100 1000101 11011

Color Harmonies of #761643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761643

Black with #761643

Text Example


Text Example

White with #761643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761643; }

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

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

background-color css

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

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

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

border-color css

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

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

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