Html Css Color HEX #771E3E Pompadour

📋 copy color: '#771E3E'

red 119 ◦ green 30 ◦ blue 62

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

Shades of Pompadour #771E3E

Tints of Pompadour #771E3E

RGB

 RED value IS 119 (46.88% from 255) = 56.4%

 GREEN value IS 30 (12.11% from 255) = 14.22%

 BLUE value IS 62 (24.61% from 255) = 29.38%

R = 56.4%
G = 14.22%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.48

 K value IS 0.53

RGB Variations

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

Color information

#771E3E (or 0x771E3E) is known color: Pompadour. HEX triplet: 77, 1E and 3E. RGB value is (119,30,62). Sum of RGB (Red+Green+Blue) = 119+30+62=211 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.40% from 211); Green value is 30 (12.11% from 255 or 14.22% from 211); Blue value is 62 (24.61% from 255 or 29.38% from 211); Max value from RGB is 119 - color contains mainly: red. Hex color #771E3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771E3E is #88E1C1. Grayscale: #3C3C3C. Windows color (decimal): -8970690 or 4071031. OLE color: 4071031.

HSL color Cylindrical-coordinate representation of color #771E3E: hue angle of 338.43º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #771E3E is Cyan = 0, Magento = 0.75, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 30 62 -
CMYK 0 0.75 0.48 0.53
HSL 338.43º 0.6% 0.29% -
HSV(B) 338.43º 0.75% 0.47% -
XYZ 8.94 5.2 5.09 -
YUV 60.26 128.99 169.9 -
System Red Green Blue C M Y K H S L
Decimal 119 30 62 0 0.75 0.48 0.53 338.43 0.6 0.29
Hex 77 1E 3E 0 4B 30 35 152 3C 1D
Octal 167 36 76 0 113 60 65 522 74 35
Binary 1110111 11110 111110 0 1001011 110000 110101 101010010 111100 11101

Color Harmonies of #771E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771E3E

Black with #771E3E

Text Example


Text Example

White with #771E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771E3E; }

 p { color: rgb(119,30,62); }

 H1.HeaderClassName
 {
   color: #771E3E;
 }
 .AnyTagClassName
 {
   color: #771E3E;
 }
</style>

background-color css

<style>
 a { background-color: #771E3E; }

 a { background-color: rgb(119,30,62); }

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

border-color css

<style>
 span { border-color: #771E3E; }

 span { border-color: rgb(119,30,62); }

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