Html Css Color HEX #760F46 Pompadour

📋 copy color: '#760F46'

red 118 ◦ green 15 ◦ blue 70

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

Shades of Pompadour #760F46

Tints of Pompadour #760F46

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.39%

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

R = 58.13%
G = 7.39%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#760F46 (or 0x760F46) is known color: Pompadour. HEX triplet: 76, 0F and 46. RGB value is (118,15,70). Sum of RGB (Red+Green+Blue) = 118+15+70=203 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.13% from 203); Green value is 15 (6.25% from 255 or 7.39% from 203); Blue value is 70 (27.73% from 255 or 34.48% from 203); Max value from RGB is 118 - color contains mainly: red. Hex color #760F46 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760F46 is #89F0B9. Grayscale: #333333. Windows color (decimal): -9040058 or 4591478. OLE color: 4591478.

HSL color Cylindrical-coordinate representation of color #760F46: hue angle of 327.96º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #760F46 is Cyan = 0, Magento = 0.87, Yellow = 0.41 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 15 70 -
CMYK 0 0.87 0.41 0.54
HSL 327.96º 0.77% 0.26% -
HSV(B) 327.96º 0.87% 0.46% -
XYZ 8.75 4.64 6.23 -
YUV 52.07 138.12 175.03 -
System Red Green Blue C M Y K H S L
Decimal 118 15 70 0 0.87 0.41 0.54 327.96 0.77 0.26
Hex 76 F 46 0 57 29 36 148 4D 1A
Octal 166 17 106 0 127 51 66 510 115 32
Binary 1110110 1111 1000110 0 1010111 101001 110110 101001000 1001101 11010

Color Harmonies of #760F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760F46

Black with #760F46

Text Example


Text Example

White with #760F46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760F46; }

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

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

background-color css

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

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

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

border-color css

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

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

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