Html Css Color HEX #761F44 Pompadour

📋 copy color: '#761F44'

red 118 ◦ green 31 ◦ blue 68

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

Shades of Pompadour #761F44

Tints of Pompadour #761F44

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.29%

 BLUE value IS 68 (26.95% from 255) = 31.34%

R = 54.38%
G = 14.29%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#761F44 (or 0x761F44) is known color: Pompadour. HEX triplet: 76, 1F and 44. RGB value is (118,31,68). Sum of RGB (Red+Green+Blue) = 118+31+68=217 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.38% from 217); Green value is 31 (12.5% from 255 or 14.29% from 217); Blue value is 68 (26.95% from 255 or 31.34% from 217); Max value from RGB is 118 - color contains mainly: red. Hex color #761F44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761F44 is #89E0BB. Grayscale: #3D3D3D. Windows color (decimal): -9035964 or 4464502. OLE color: 4464502.

HSL color Cylindrical-coordinate representation of color #761F44: hue angle of 334.48º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #761F44 is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 31 68 -
CMYK 0 0.74 0.42 0.54
HSL 334.48º 0.58% 0.29% -
HSV(B) 334.48º 0.74% 0.46% -
XYZ 9 5.25 6.01 -
YUV 61.23 131.82 168.49 -
System Red Green Blue C M Y K H S L
Decimal 118 31 68 0 0.74 0.42 0.54 334.48 0.58 0.29
Hex 76 1F 44 0 4A 2A 36 14E 3A 1D
Octal 166 37 104 0 112 52 66 516 72 35
Binary 1110110 11111 1000100 0 1001010 101010 110110 101001110 111010 11101

Color Harmonies of #761F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761F44

Black with #761F44

Text Example


Text Example

White with #761F44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,31,68); }

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

background-color css

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

 a { background-color: rgb(118,31,68); }

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

border-color css

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

 span { border-color: rgb(118,31,68); }

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