Html Css Color HEX #761F42 Pompadour

📋 copy color: '#761F42'

red 118 ◦ green 31 ◦ blue 66

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

Shades of Pompadour #761F42

Tints of Pompadour #761F42

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.42%

 BLUE value IS 66 (26.17% from 255) = 30.7%

R = 54.88%
G = 14.42%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#761F42 (or 0x761F42) is known color: Pompadour. HEX triplet: 76, 1F and 42. RGB value is (118,31,66). Sum of RGB (Red+Green+Blue) = 118+31+66=215 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.88% from 215); Green value is 31 (12.5% from 255 or 14.42% from 215); Blue value is 66 (26.17% from 255 or 30.70% from 215); Max value from RGB is 118 - color contains mainly: red. Hex color #761F42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761F42 is #89E0BD. Grayscale: #3C3C3C. Windows color (decimal): -9035966 or 4333430. OLE color: 4333430.

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

Color convert

RGB 118 31 66 -
CMYK 0 0.74 0.44 0.54
HSL 335.86º 0.58% 0.29% -
HSV(B) 335.86º 0.74% 0.46% -
XYZ 8.94 5.22 5.69 -
YUV 61 130.82 168.65 -
System Red Green Blue C M Y K H S L
Decimal 118 31 66 0 0.74 0.44 0.54 335.86 0.58 0.29
Hex 76 1F 42 0 4A 2C 36 150 3A 1D
Octal 166 37 102 0 112 54 66 520 72 35
Binary 1110110 11111 1000010 0 1001010 101100 110110 101010000 111010 11101

Color Harmonies of #761F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761F42

Black with #761F42

Text Example


Text Example

White with #761F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,31,66); }

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

background-color css

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

 a { background-color: rgb(118,31,66); }

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

border-color css

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

 span { border-color: rgb(118,31,66); }

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