Html Css Color HEX #761B40 Pompadour

📋 copy color: '#761B40'

red 118 ◦ green 27 ◦ blue 64

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

Shades of Pompadour #761B40

Tints of Pompadour #761B40

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.92%

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

R = 56.46%
G = 12.92%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#761B40 (or 0x761B40) is known color: Pompadour. HEX triplet: 76, 1B and 40. RGB value is (118,27,64). Sum of RGB (Red+Green+Blue) = 118+27+64=209 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.46% from 209); Green value is 27 (10.94% from 255 or 12.92% from 209); Blue value is 64 (25.39% from 255 or 30.62% from 209); Max value from RGB is 118 - color contains mainly: red. Hex color #761B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761B40 is #89E4BF. Grayscale: #3A3A3A. Windows color (decimal): -9036992 or 4201334. OLE color: 4201334.

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

Color convert

RGB 118 27 64 -
CMYK 0 0.77 0.46 0.54
HSL 335.6º 0.63% 0.28% -
HSV(B) 335.6º 0.77% 0.46% -
XYZ 8.79 5.01 5.35 -
YUV 58.43 131.15 170.49 -
System Red Green Blue C M Y K H S L
Decimal 118 27 64 0 0.77 0.46 0.54 335.6 0.63 0.28
Hex 76 1B 40 0 4D 2E 36 150 3F 1C
Octal 166 33 100 0 115 56 66 520 77 34
Binary 1110110 11011 1000000 0 1001101 101110 110110 101010000 111111 11100

Color Harmonies of #761B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761B40

Black with #761B40

Text Example


Text Example

White with #761B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761B40; }

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

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

background-color css

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

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

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

border-color css

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

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

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