Html Css Color HEX #761A3C Pompadour

📋 copy color: '#761A3C'

red 118 ◦ green 26 ◦ blue 60

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

Shades of Pompadour #761A3C

Tints of Pompadour #761A3C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.75%

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

R = 57.84%
G = 12.75%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#761A3C (or 0x761A3C) is known color: Pompadour. HEX triplet: 76, 1A and 3C. RGB value is (118,26,60). Sum of RGB (Red+Green+Blue) = 118+26+60=204 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.84% from 204); Green value is 26 (10.55% from 255 or 12.75% from 204); Blue value is 60 (23.83% from 255 or 29.41% from 204); Max value from RGB is 118 - color contains mainly: red. Hex color #761A3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761A3C is #89E5C3. Grayscale: #393939. Windows color (decimal): -9037252 or 3938934. OLE color: 3938934.

HSL color Cylindrical-coordinate representation of color #761A3C: hue angle of 337.83º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #761A3C is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 26 60 -
CMYK 0 0.78 0.49 0.54
HSL 337.83º 0.64% 0.28% -
HSV(B) 337.83º 0.78% 0.46% -
XYZ 8.66 4.92 4.77 -
YUV 57.38 129.48 171.24 -
System Red Green Blue C M Y K H S L
Decimal 118 26 60 0 0.78 0.49 0.54 337.83 0.64 0.28
Hex 76 1A 3C 0 4E 31 36 152 40 1C
Octal 166 32 74 0 116 61 66 522 100 34
Binary 1110110 11010 111100 0 1001110 110001 110110 101010010 1000000 11100

Color Harmonies of #761A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761A3C

Black with #761A3C

Text Example


Text Example

White with #761A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761A3C; }

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

 H1.HeaderClassName
 {
   color: #761A3C;
 }
 .AnyTagClassName
 {
   color: #761A3C;
 }
</style>

background-color css

<style>
 a { background-color: #761A3C; }

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

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

border-color css

<style>
 span { border-color: #761A3C; }

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

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