Html Css Color HEX #761C42 Pompadour

📋 copy color: '#761C42'

red 118 ◦ green 28 ◦ blue 66

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

Shades of Pompadour #761C42

Tints of Pompadour #761C42

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.21%

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

R = 55.66%
G = 13.21%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#761C42 (or 0x761C42) is known color: Pompadour. HEX triplet: 76, 1C and 42. RGB value is (118,28,66). Sum of RGB (Red+Green+Blue) = 118+28+66=212 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.66% from 212); Green value is 28 (11.33% from 255 or 13.21% from 212); Blue value is 66 (26.17% from 255 or 31.13% from 212); Max value from RGB is 118 - color contains mainly: red. Hex color #761C42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761C42 is #89E3BD. Grayscale: #3B3B3B. Windows color (decimal): -9036734 or 4332662. OLE color: 4332662.

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

Color convert

RGB 118 28 66 -
CMYK 0 0.76 0.44 0.54
HSL 334.67º 0.62% 0.29% -
HSV(B) 334.67º 0.76% 0.46% -
XYZ 8.87 5.08 5.67 -
YUV 59.24 131.82 169.91 -
System Red Green Blue C M Y K H S L
Decimal 118 28 66 0 0.76 0.44 0.54 334.67 0.62 0.29
Hex 76 1C 42 0 4C 2C 36 14F 3E 1D
Octal 166 34 102 0 114 54 66 517 76 35
Binary 1110110 11100 1000010 0 1001100 101100 110110 101001111 111110 11101

Color Harmonies of #761C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761C42

Black with #761C42

Text Example


Text Example

White with #761C42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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