Html Css Color HEX #76154B Pompadour

📋 copy color: '#76154B'

red 118 ◦ green 21 ◦ blue 75

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

Shades of Pompadour #76154B

Tints of Pompadour #76154B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.81%

 BLUE value IS 75 (29.69% from 255) = 35.05%

R = 55.14%
G = 9.81%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#76154B (or 0x76154B) is known color: Pompadour. HEX triplet: 76, 15 and 4B. RGB value is (118,21,75). Sum of RGB (Red+Green+Blue) = 118+21+75=214 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.14% from 214); Green value is 21 (8.59% from 255 or 9.81% from 214); Blue value is 75 (29.69% from 255 or 35.05% from 214); Max value from RGB is 118 - color contains mainly: red. Hex color #76154B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76154B is #89EAB4. Grayscale: #383838. Windows color (decimal): -9038517 or 4920694. OLE color: 4920694.

HSL color Cylindrical-coordinate representation of color #76154B: hue angle of 326.6º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #76154B is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 21 75 -
CMYK 0 0.82 0.36 0.54
HSL 326.6º 0.7% 0.27% -
HSV(B) 326.6º 0.82% 0.46% -
XYZ 9.01 4.9 7.13 -
YUV 56.16 138.64 172.11 -
System Red Green Blue C M Y K H S L
Decimal 118 21 75 0 0.82 0.36 0.54 326.6 0.7 0.27
Hex 76 15 4B 0 52 24 36 147 46 1B
Octal 166 25 113 0 122 44 66 507 106 33
Binary 1110110 10101 1001011 0 1010010 100100 110110 101000111 1000110 11011

Color Harmonies of #76154B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76154B

Black with #76154B

Text Example


Text Example

White with #76154B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76154B; }

 p { color: rgb(118,21,75); }

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

background-color css

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

 a { background-color: rgb(118,21,75); }

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

border-color css

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

 span { border-color: rgb(118,21,75); }

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