Html Css Color HEX #761640 Pompadour

📋 copy color: '#761640'

red 118 ◦ green 22 ◦ blue 64

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

Shades of Pompadour #761640

Tints of Pompadour #761640

RGB

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

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

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

R = 57.84%
G = 10.78%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#761640 (or 0x761640) is known color: Pompadour. HEX triplet: 76, 16 and 40. RGB value is (118,22,64). Sum of RGB (Red+Green+Blue) = 118+22+64=204 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.84% from 204); Green value is 22 (8.98% from 255 or 10.78% from 204); Blue value is 64 (25.39% from 255 or 31.37% from 204); Max value from RGB is 118 - color contains mainly: red. Hex color #761640 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761640 is #89E9BF. Grayscale: #373737. Windows color (decimal): -9038272 or 4200054. OLE color: 4200054.

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

Color convert

RGB 118 22 64 -
CMYK 0 0.81 0.46 0.54
HSL 333.75º 0.69% 0.27% -
HSV(B) 333.75º 0.81% 0.46% -
XYZ 8.68 4.8 5.32 -
YUV 55.49 132.8 172.58 -
System Red Green Blue C M Y K H S L
Decimal 118 22 64 0 0.81 0.46 0.54 333.75 0.69 0.27
Hex 76 16 40 0 51 2E 36 14E 45 1B
Octal 166 26 100 0 121 56 66 516 105 33
Binary 1110110 10110 1000000 0 1010001 101110 110110 101001110 1000101 11011

Color Harmonies of #761640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761640

Black with #761640

Text Example


Text Example

White with #761640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761640; }

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

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

background-color css

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

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

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

border-color css

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

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

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