Html Css Color HEX #761F46 Pompadour

📋 copy color: '#761F46'

red 118 ◦ green 31 ◦ blue 70

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

Shades of Pompadour #761F46

Tints of Pompadour #761F46

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.16%

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

R = 53.88%
G = 14.16%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#761F46 (or 0x761F46) is known color: Pompadour. HEX triplet: 76, 1F and 46. RGB value is (118,31,70). Sum of RGB (Red+Green+Blue) = 118+31+70=219 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.88% from 219); Green value is 31 (12.5% from 255 or 14.16% from 219); Blue value is 70 (27.73% from 255 or 31.96% from 219); Max value from RGB is 118 - color contains mainly: red. Hex color #761F46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761F46 is #89E0B9. Grayscale: #3D3D3D. Windows color (decimal): -9035962 or 4595574. OLE color: 4595574.

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

Color convert

RGB 118 31 70 -
CMYK 0 0.74 0.41 0.54
HSL 333.1º 0.58% 0.29% -
HSV(B) 333.1º 0.74% 0.46% -
XYZ 9.07 5.27 6.33 -
YUV 61.46 132.82 168.33 -
System Red Green Blue C M Y K H S L
Decimal 118 31 70 0 0.74 0.41 0.54 333.1 0.58 0.29
Hex 76 1F 46 0 4A 29 36 14D 3A 1D
Octal 166 37 106 0 112 51 66 515 72 35
Binary 1110110 11111 1000110 0 1001010 101001 110110 101001101 111010 11101

Color Harmonies of #761F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761F46

Black with #761F46

Text Example


Text Example

White with #761F46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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