Html Css Color HEX #762246 Pompadour

📋 copy color: '#762246'

red 118 ◦ green 34 ◦ blue 70

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

Shades of Pompadour #762246

Tints of Pompadour #762246

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.32%

 BLUE value IS 70 (27.73% from 255) = 31.53%

R = 53.15%
G = 15.32%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#762246 (or 0x762246) is known color: Pompadour. HEX triplet: 76, 22 and 46. RGB value is (118,34,70). Sum of RGB (Red+Green+Blue) = 118+34+70=222 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.15% from 222); Green value is 34 (13.67% from 255 or 15.32% from 222); Blue value is 70 (27.73% from 255 or 31.53% from 222); Max value from RGB is 118 - color contains mainly: red. Hex color #762246 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762246 is #89DDB9. Grayscale: #3F3F3F. Windows color (decimal): -9035194 or 4596342. OLE color: 4596342.

HSL color Cylindrical-coordinate representation of color #762246: hue angle of 334.29º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #762246 is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 34 70 -
CMYK 0 0.71 0.41 0.54
HSL 334.29º 0.55% 0.3% -
HSV(B) 334.29º 0.71% 0.46% -
XYZ 9.15 5.44 6.36 -
YUV 63.22 131.83 167.07 -
System Red Green Blue C M Y K H S L
Decimal 118 34 70 0 0.71 0.41 0.54 334.29 0.55 0.3
Hex 76 22 46 0 47 29 36 14E 37 1E
Octal 166 42 106 0 107 51 66 516 67 36
Binary 1110110 100010 1000110 0 1000111 101001 110110 101001110 110111 11110

Color Harmonies of #762246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762246

Black with #762246

Text Example


Text Example

White with #762246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762246; }

 p { color: rgb(118,34,70); }

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

background-color css

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

 a { background-color: rgb(118,34,70); }

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

border-color css

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

 span { border-color: rgb(118,34,70); }

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