Html Css Color HEX #761645 Pompadour

📋 copy color: '#761645'

red 118 ◦ green 22 ◦ blue 69

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

Shades of Pompadour #761645

Tints of Pompadour #761645

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.53%

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

R = 56.46%
G = 10.53%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#761645 (or 0x761645) is known color: Pompadour. HEX triplet: 76, 16 and 45. RGB value is (118,22,69). Sum of RGB (Red+Green+Blue) = 118+22+69=209 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.46% from 209); Green value is 22 (8.98% from 255 or 10.53% from 209); Blue value is 69 (27.34% from 255 or 33.01% from 209); Max value from RGB is 118 - color contains mainly: red. Hex color #761645 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761645 is #89E9BA. Grayscale: #373737. Windows color (decimal): -9038267 or 4527734. OLE color: 4527734.

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

Color convert

RGB 118 22 69 -
CMYK 0 0.81 0.42 0.54
HSL 330.63º 0.69% 0.27% -
HSV(B) 330.63º 0.81% 0.46% -
XYZ 8.83 4.86 6.1 -
YUV 56.06 135.3 172.18 -
System Red Green Blue C M Y K H S L
Decimal 118 22 69 0 0.81 0.42 0.54 330.63 0.69 0.27
Hex 76 16 45 0 51 2A 36 14B 45 1B
Octal 166 26 105 0 121 52 66 513 105 33
Binary 1110110 10110 1000101 0 1010001 101010 110110 101001011 1000101 11011

Color Harmonies of #761645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761645

Black with #761645

Text Example


Text Example

White with #761645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761645; }

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

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

background-color css

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

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

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

border-color css

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

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

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