Html Css Color HEX #762043 Pompadour

📋 copy color: '#762043'

red 118 ◦ green 32 ◦ blue 67

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

Shades of Pompadour #762043

Tints of Pompadour #762043

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.75%

 BLUE value IS 67 (26.56% from 255) = 30.88%

R = 54.38%
G = 14.75%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.43

 K value IS 0.54

RGB Variations

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

Color information

#762043 (or 0x762043) is known color: Pompadour. HEX triplet: 76, 20 and 43. RGB value is (118,32,67). Sum of RGB (Red+Green+Blue) = 118+32+67=217 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.38% from 217); Green value is 32 (12.89% from 255 or 14.75% from 217); Blue value is 67 (26.56% from 255 or 30.88% from 217); Max value from RGB is 118 - color contains mainly: red. Hex color #762043 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762043 is #89DFBC. Grayscale: #3D3D3D. Windows color (decimal): -9035709 or 4399222. OLE color: 4399222.

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

Color convert

RGB 118 32 67 -
CMYK 0 0.73 0.43 0.54
HSL 335.58º 0.57% 0.29% -
HSV(B) 335.58º 0.73% 0.46% -
XYZ 9 5.29 5.86 -
YUV 61.7 130.99 168.15 -
System Red Green Blue C M Y K H S L
Decimal 118 32 67 0 0.73 0.43 0.54 335.58 0.57 0.29
Hex 76 20 43 0 49 2B 36 150 39 1D
Octal 166 40 103 0 111 53 66 520 71 35
Binary 1110110 100000 1000011 0 1001001 101011 110110 101010000 111001 11101

Color Harmonies of #762043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762043

Black with #762043

Text Example


Text Example

White with #762043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762043; }

 p { color: rgb(118,32,67); }

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

background-color css

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

 a { background-color: rgb(118,32,67); }

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

border-color css

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

 span { border-color: rgb(118,32,67); }

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