Html Css Color HEX #761B42 Pompadour

📋 copy color: '#761B42'

red 118 ◦ green 27 ◦ blue 66

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

Shades of Pompadour #761B42

Tints of Pompadour #761B42

RGB

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

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

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

R = 55.92%
G = 12.8%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#761B42 (or 0x761B42) is known color: Pompadour. HEX triplet: 76, 1B and 42. RGB value is (118,27,66). Sum of RGB (Red+Green+Blue) = 118+27+66=211 (27% of max value = 765). Red value is 118 (46.48% from 255 or 55.92% from 211); Green value is 27 (10.94% from 255 or 12.80% from 211); Blue value is 66 (26.17% from 255 or 31.28% from 211); Max value from RGB is 118 - color contains mainly: red. Hex color #761B42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761B42 is #89E4BD. Grayscale: #3A3A3A. Windows color (decimal): -9036990 or 4332406. OLE color: 4332406.

HSL color Cylindrical-coordinate representation of color #761B42: hue angle of 334.29º 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 #761B42 is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 27 66 -
CMYK 0 0.77 0.44 0.54
HSL 334.29º 0.63% 0.28% -
HSV(B) 334.29º 0.77% 0.46% -
XYZ 8.85 5.03 5.66 -
YUV 58.66 132.15 170.33 -
System Red Green Blue C M Y K H S L
Decimal 118 27 66 0 0.77 0.44 0.54 334.29 0.63 0.28
Hex 76 1B 42 0 4D 2C 36 14E 3F 1C
Octal 166 33 102 0 115 54 66 516 77 34
Binary 1110110 11011 1000010 0 1001101 101100 110110 101001110 111111 11100

Color Harmonies of #761B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761B42

Black with #761B42

Text Example


Text Example

White with #761B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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