Html Css Color HEX #761A3F Pompadour

📋 copy color: '#761A3F'

red 118 ◦ green 26 ◦ blue 63

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

Shades of Pompadour #761A3F

Tints of Pompadour #761A3F

RGB

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

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

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

R = 57%
G = 12.56%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#761A3F (or 0x761A3F) is known color: Pompadour. HEX triplet: 76, 1A and 3F. RGB value is (118,26,63). Sum of RGB (Red+Green+Blue) = 118+26+63=207 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.00% from 207); Green value is 26 (10.55% from 255 or 12.56% from 207); Blue value is 63 (25% from 255 or 30.43% from 207); Max value from RGB is 118 - color contains mainly: red. Hex color #761A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761A3F is #89E5C0. Grayscale: #393939. Windows color (decimal): -9037249 or 4135542. OLE color: 4135542.

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

Color convert

RGB 118 26 63 -
CMYK 0 0.78 0.47 0.54
HSL 335.87º 0.64% 0.28% -
HSV(B) 335.87º 0.78% 0.46% -
XYZ 8.74 4.95 5.2 -
YUV 57.73 130.98 170.99 -
System Red Green Blue C M Y K H S L
Decimal 118 26 63 0 0.78 0.47 0.54 335.87 0.64 0.28
Hex 76 1A 3F 0 4E 2F 36 150 40 1C
Octal 166 32 77 0 116 57 66 520 100 34
Binary 1110110 11010 111111 0 1001110 101111 110110 101010000 1000000 11100

Color Harmonies of #761A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761A3F

Black with #761A3F

Text Example


Text Example

White with #761A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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