Html Css Color HEX #761840 Pompadour

📋 copy color: '#761840'

red 118 ◦ green 24 ◦ blue 64

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

Shades of Pompadour #761840

Tints of Pompadour #761840

RGB

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

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

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

R = 57.28%
G = 11.65%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#761840 (or 0x761840) is known color: Pompadour. HEX triplet: 76, 18 and 40. RGB value is (118,24,64). Sum of RGB (Red+Green+Blue) = 118+24+64=206 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.28% from 206); Green value is 24 (9.77% from 255 or 11.65% from 206); Blue value is 64 (25.39% from 255 or 31.07% from 206); Max value from RGB is 118 - color contains mainly: red. Hex color #761840 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761840 is #89E7BF. Grayscale: #383838. Windows color (decimal): -9037760 or 4200566. OLE color: 4200566.

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

Color convert

RGB 118 24 64 -
CMYK 0 0.80 0.46 0.54
HSL 334.47º 0.66% 0.28% -
HSV(B) 334.47º 0.8% 0.46% -
XYZ 8.72 4.87 5.33 -
YUV 56.67 132.14 171.75 -
System Red Green Blue C M Y K H S L
Decimal 118 24 64 0 0.80 0.46 0.54 334.47 0.66 0.28
Hex 76 18 40 0 50 2E 36 14E 42 1C
Octal 166 30 100 0 120 56 66 516 102 34
Binary 1110110 11000 1000000 0 1010000 101110 110110 101001110 1000010 11100

Color Harmonies of #761840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761840

Black with #761840

Text Example


Text Example

White with #761840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761840; }

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

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

background-color css

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

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

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

border-color css

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

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

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