Html Css Color HEX #761045 Pompadour

📋 copy color: '#761045'

red 118 ◦ green 16 ◦ blue 69

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

Shades of Pompadour #761045

Tints of Pompadour #761045

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.88%

 BLUE value IS 69 (27.34% from 255) = 33.99%

R = 58.13%
G = 7.88%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#761045 (or 0x761045) is known color: Pompadour. HEX triplet: 76, 10 and 45. RGB value is (118,16,69). Sum of RGB (Red+Green+Blue) = 118+16+69=203 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.13% from 203); Green value is 16 (6.64% from 255 or 7.88% from 203); Blue value is 69 (27.34% from 255 or 33.99% from 203); Max value from RGB is 118 - color contains mainly: red. Hex color #761045 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761045 is #89EFBA. Grayscale: #343434. Windows color (decimal): -9039803 or 4526198. OLE color: 4526198.

HSL color Cylindrical-coordinate representation of color #761045: hue angle of 328.82º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #761045 is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 16 69 -
CMYK 0 0.86 0.42 0.54
HSL 328.82º 0.76% 0.26% -
HSV(B) 328.82º 0.86% 0.46% -
XYZ 8.73 4.65 6.07 -
YUV 52.54 137.29 174.69 -
System Red Green Blue C M Y K H S L
Decimal 118 16 69 0 0.86 0.42 0.54 328.82 0.76 0.26
Hex 76 10 45 0 56 2A 36 149 4C 1A
Octal 166 20 105 0 126 52 66 511 114 32
Binary 1110110 10000 1000101 0 1010110 101010 110110 101001001 1001100 11010

Color Harmonies of #761045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761045

Black with #761045

Text Example


Text Example

White with #761045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761045; }

 p { color: rgb(118,16,69); }

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

background-color css

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

 a { background-color: rgb(118,16,69); }

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

border-color css

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

 span { border-color: rgb(118,16,69); }

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