Html Css Color HEX #761D40 Pompadour

📋 copy color: '#761D40'

red 118 ◦ green 29 ◦ blue 64

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

Shades of Pompadour #761D40

Tints of Pompadour #761D40

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.74%

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

R = 55.92%
G = 13.74%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#761D40 (or 0x761D40) is known color: Pompadour. HEX triplet: 76, 1D and 40. RGB value is (118,29,64). Sum of RGB (Red+Green+Blue) = 118+29+64=211 (27% of max value = 765). Red value is 118 (46.48% from 255 or 55.92% from 211); Green value is 29 (11.72% from 255 or 13.74% from 211); Blue value is 64 (25.39% from 255 or 30.33% from 211); Max value from RGB is 118 - color contains mainly: red. Hex color #761D40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761D40 is #89E2BF. Grayscale: #3B3B3B. Windows color (decimal): -9036480 or 4201846. OLE color: 4201846.

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

Color convert

RGB 118 29 64 -
CMYK 0 0.75 0.46 0.54
HSL 336.4º 0.61% 0.29% -
HSV(B) 336.4º 0.75% 0.46% -
XYZ 8.84 5.1 5.37 -
YUV 59.6 130.49 169.65 -
System Red Green Blue C M Y K H S L
Decimal 118 29 64 0 0.75 0.46 0.54 336.4 0.61 0.29
Hex 76 1D 40 0 4B 2E 36 150 3D 1D
Octal 166 35 100 0 113 56 66 520 75 35
Binary 1110110 11101 1000000 0 1001011 101110 110110 101010000 111101 11101

Color Harmonies of #761D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761D40

Black with #761D40

Text Example


Text Example

White with #761D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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