Html Css Color HEX #761D45 Pompadour

📋 copy color: '#761D45'

red 118 ◦ green 29 ◦ blue 69

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

Shades of Pompadour #761D45

Tints of Pompadour #761D45

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.43%

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

R = 54.63%
G = 13.43%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#761D45 (or 0x761D45) is known color: Pompadour. HEX triplet: 76, 1D and 45. RGB value is (118,29,69). Sum of RGB (Red+Green+Blue) = 118+29+69=216 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.63% from 216); Green value is 29 (11.72% from 255 or 13.43% from 216); Blue value is 69 (27.34% from 255 or 31.94% from 216); Max value from RGB is 118 - color contains mainly: red. Hex color #761D45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761D45 is #89E2BA. Grayscale: #3C3C3C. Windows color (decimal): -9036475 or 4529526. OLE color: 4529526.

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

Color convert

RGB 118 29 69 -
CMYK 0 0.75 0.42 0.54
HSL 333.03º 0.61% 0.29% -
HSV(B) 333.03º 0.75% 0.46% -
XYZ 8.98 5.16 6.15 -
YUV 60.17 132.99 169.25 -
System Red Green Blue C M Y K H S L
Decimal 118 29 69 0 0.75 0.42 0.54 333.03 0.61 0.29
Hex 76 1D 45 0 4B 2A 36 14D 3D 1D
Octal 166 35 105 0 113 52 66 515 75 35
Binary 1110110 11101 1000101 0 1001011 101010 110110 101001101 111101 11101

Color Harmonies of #761D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761D45

Black with #761D45

Text Example


Text Example

White with #761D45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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