Html Css Color HEX #76123A Pompadour

📋 copy color: '#76123A'

red 118 ◦ green 18 ◦ blue 58

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

Shades of Pompadour #76123A

Tints of Pompadour #76123A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.28%

 BLUE value IS 58 (23.05% from 255) = 29.9%

R = 60.82%
G = 9.28%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#76123A (or 0x76123A) is known color: Pompadour. HEX triplet: 76, 12 and 3A. RGB value is (118,18,58). Sum of RGB (Red+Green+Blue) = 118+18+58=194 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.82% from 194); Green value is 18 (7.42% from 255 or 9.28% from 194); Blue value is 58 (23.05% from 255 or 29.90% from 194); Max value from RGB is 118 - color contains mainly: red. Hex color #76123A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76123A is #89EDC5. Grayscale: #343434. Windows color (decimal): -9039302 or 3805814. OLE color: 3805814.

HSL color Cylindrical-coordinate representation of color #76123A: hue angle of 336º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #76123A is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 18 58 -
CMYK 0 0.85 0.51 0.54
HSL 336º 0.74% 0.27% -
HSV(B) 336º 0.85% 0.46% -
XYZ 8.45 4.59 4.44 -
YUV 52.46 131.13 174.75 -
System Red Green Blue C M Y K H S L
Decimal 118 18 58 0 0.85 0.51 0.54 336 0.74 0.27
Hex 76 12 3A 0 55 33 36 150 4A 1B
Octal 166 22 72 0 125 63 66 520 112 33
Binary 1110110 10010 111010 0 1010101 110011 110110 101010000 1001010 11011

Color Harmonies of #76123A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76123A

Black with #76123A

Text Example


Text Example

White with #76123A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76123A; }

 p { color: rgb(118,18,58); }

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

background-color css

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

 a { background-color: rgb(118,18,58); }

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

border-color css

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

 span { border-color: rgb(118,18,58); }

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