Html Css Color HEX #76123C Pompadour

📋 copy color: '#76123C'

red 118 ◦ green 18 ◦ blue 60

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

Shades of Pompadour #76123C

Tints of Pompadour #76123C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 30.61%

R = 60.2%
G = 9.18%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#76123C (or 0x76123C) is known color: Pompadour. HEX triplet: 76, 12 and 3C. RGB value is (118,18,60). Sum of RGB (Red+Green+Blue) = 118+18+60=196 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.20% from 196); Green value is 18 (7.42% from 255 or 9.18% from 196); Blue value is 60 (23.83% from 255 or 30.61% from 196); Max value from RGB is 118 - color contains mainly: red. Hex color #76123C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76123C is #89EDC3. Grayscale: #343434. Windows color (decimal): -9039300 or 3936886. OLE color: 3936886.

HSL color Cylindrical-coordinate representation of color #76123C: hue angle of 334.8º 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 #76123C is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 18 60 -
CMYK 0 0.85 0.49 0.54
HSL 334.8º 0.74% 0.27% -
HSV(B) 334.8º 0.85% 0.46% -
XYZ 8.5 4.61 4.72 -
YUV 52.69 132.13 174.58 -
System Red Green Blue C M Y K H S L
Decimal 118 18 60 0 0.85 0.49 0.54 334.8 0.74 0.27
Hex 76 12 3C 0 55 31 36 14F 4A 1B
Octal 166 22 74 0 125 61 66 517 112 33
Binary 1110110 10010 111100 0 1010101 110001 110110 101001111 1001010 11011

Color Harmonies of #76123C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76123C

Black with #76123C

Text Example


Text Example

White with #76123C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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