Html Css Color HEX #76174D Pompadour

📋 copy color: '#76174D'

red 118 ◦ green 23 ◦ blue 77

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

Shades of Pompadour #76174D

Tints of Pompadour #76174D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.55%

 BLUE value IS 77 (30.47% from 255) = 35.32%

R = 54.13%
G = 10.55%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#76174D (or 0x76174D) is known color: Pompadour. HEX triplet: 76, 17 and 4D. RGB value is (118,23,77). Sum of RGB (Red+Green+Blue) = 118+23+77=218 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.13% from 218); Green value is 23 (9.38% from 255 or 10.55% from 218); Blue value is 77 (30.47% from 255 or 35.32% from 218); Max value from RGB is 118 - color contains mainly: red. Hex color #76174D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76174D is #89E8B2. Grayscale: #393939. Windows color (decimal): -9038003 or 5052278. OLE color: 5052278.

HSL color Cylindrical-coordinate representation of color #76174D: hue angle of 325.89º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #76174D is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 23 77 -
CMYK 0 0.81 0.35 0.54
HSL 325.89º 0.67% 0.28% -
HSV(B) 325.89º 0.81% 0.46% -
XYZ 9.12 5 7.51 -
YUV 57.56 138.97 171.11 -
System Red Green Blue C M Y K H S L
Decimal 118 23 77 0 0.81 0.35 0.54 325.89 0.67 0.28
Hex 76 17 4D 0 51 23 36 146 43 1C
Octal 166 27 115 0 121 43 66 506 103 34
Binary 1110110 10111 1001101 0 1010001 100011 110110 101000110 1000011 11100

Color Harmonies of #76174D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76174D

Black with #76174D

Text Example


Text Example

White with #76174D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76174D; }

 p { color: rgb(118,23,77); }

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

background-color css

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

 a { background-color: rgb(118,23,77); }

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

border-color css

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

 span { border-color: rgb(118,23,77); }

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