Html Css Color HEX #761440 Pompadour

📋 copy color: '#761440'

red 118 ◦ green 20 ◦ blue 64

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

Shades of Pompadour #761440

Tints of Pompadour #761440

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.9%

 BLUE value IS 64 (25.39% from 255) = 31.68%

R = 58.42%
G = 9.9%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#761440 (or 0x761440) is known color: Pompadour. HEX triplet: 76, 14 and 40. RGB value is (118,20,64). Sum of RGB (Red+Green+Blue) = 118+20+64=202 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.42% from 202); Green value is 20 (8.20% from 255 or 9.90% from 202); Blue value is 64 (25.39% from 255 or 31.68% from 202); Max value from RGB is 118 - color contains mainly: red. Hex color #761440 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761440 is #89EBBF. Grayscale: #363636. Windows color (decimal): -9038784 or 4199542. OLE color: 4199542.

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

Color convert

RGB 118 20 64 -
CMYK 0 0.83 0.46 0.54
HSL 333.06º 0.71% 0.27% -
HSV(B) 333.06º 0.83% 0.46% -
XYZ 8.65 4.72 5.31 -
YUV 54.32 133.47 173.42 -
System Red Green Blue C M Y K H S L
Decimal 118 20 64 0 0.83 0.46 0.54 333.06 0.71 0.27
Hex 76 14 40 0 53 2E 36 14D 47 1B
Octal 166 24 100 0 123 56 66 515 107 33
Binary 1110110 10100 1000000 0 1010011 101110 110110 101001101 1000111 11011

Color Harmonies of #761440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761440

Black with #761440

Text Example


Text Example

White with #761440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761440; }

 p { color: rgb(118,20,64); }

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

background-color css

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

 a { background-color: rgb(118,20,64); }

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

border-color css

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

 span { border-color: rgb(118,20,64); }

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