Html Css Color HEX #761845 Pompadour

📋 copy color: '#761845'

red 118 ◦ green 24 ◦ blue 69

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

Shades of Pompadour #761845

Tints of Pompadour #761845

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.37%

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

R = 55.92%
G = 11.37%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#761845 (or 0x761845) is known color: Pompadour. HEX triplet: 76, 18 and 45. RGB value is (118,24,69). Sum of RGB (Red+Green+Blue) = 118+24+69=211 (27% of max value = 765). Red value is 118 (46.48% from 255 or 55.92% from 211); Green value is 24 (9.77% from 255 or 11.37% from 211); Blue value is 69 (27.34% from 255 or 32.70% from 211); Max value from RGB is 118 - color contains mainly: red. Hex color #761845 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761845 is #89E7BA. Grayscale: #393939. Windows color (decimal): -9037755 or 4528246. OLE color: 4528246.

HSL color Cylindrical-coordinate representation of color #761845: hue angle of 331.28º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #761845 is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 24 69 -
CMYK 0 0.80 0.42 0.54
HSL 331.28º 0.66% 0.28% -
HSV(B) 331.28º 0.8% 0.46% -
XYZ 8.87 4.93 6.12 -
YUV 57.24 134.64 171.34 -
System Red Green Blue C M Y K H S L
Decimal 118 24 69 0 0.80 0.42 0.54 331.28 0.66 0.28
Hex 76 18 45 0 50 2A 36 14B 42 1C
Octal 166 30 105 0 120 52 66 513 102 34
Binary 1110110 11000 1000101 0 1010000 101010 110110 101001011 1000010 11100

Color Harmonies of #761845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761845

Black with #761845

Text Example


Text Example

White with #761845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761845; }

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

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

background-color css

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

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

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

border-color css

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

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

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