Html Css Color HEX #76123F Pompadour

📋 copy color: '#76123F'

red 118 ◦ green 18 ◦ blue 63

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

Shades of Pompadour #76123F

Tints of Pompadour #76123F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 31.66%

R = 59.3%
G = 9.05%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#76123F (or 0x76123F) is known color: Pompadour. HEX triplet: 76, 12 and 3F. RGB value is (118,18,63). Sum of RGB (Red+Green+Blue) = 118+18+63=199 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.30% from 199); Green value is 18 (7.42% from 255 or 9.05% from 199); Blue value is 63 (25% from 255 or 31.66% from 199); Max value from RGB is 118 - color contains mainly: red. Hex color #76123F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76123F is #89EDC0. Grayscale: #343434. Windows color (decimal): -9039297 or 4133494. OLE color: 4133494.

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

Color convert

RGB 118 18 63 -
CMYK 0 0.85 0.47 0.54
HSL 333º 0.74% 0.27% -
HSV(B) 333º 0.85% 0.46% -
XYZ 8.58 4.64 5.15 -
YUV 53.03 133.63 174.34 -
System Red Green Blue C M Y K H S L
Decimal 118 18 63 0 0.85 0.47 0.54 333 0.74 0.27
Hex 76 12 3F 0 55 2F 36 14D 4A 1B
Octal 166 22 77 0 125 57 66 515 112 33
Binary 1110110 10010 111111 0 1010101 101111 110110 101001101 1001010 11011

Color Harmonies of #76123F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76123F

Black with #76123F

Text Example


Text Example

White with #76123F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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