Html Css Color HEX #771745 Pompadour

📋 copy color: '#771745'

red 119 ◦ green 23 ◦ blue 69

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

Shades of Pompadour #771745

Tints of Pompadour #771745

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.9%

 BLUE value IS 69 (27.34% from 255) = 32.7%

R = 56.4%
G = 10.9%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.42

 K value IS 0.53

RGB Variations

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

Color information

#771745 (or 0x771745) is known color: Pompadour. HEX triplet: 77, 17 and 45. RGB value is (119,23,69). Sum of RGB (Red+Green+Blue) = 119+23+69=211 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.40% from 211); Green value is 23 (9.38% from 255 or 10.90% from 211); Blue value is 69 (27.34% from 255 or 32.70% from 211); Max value from RGB is 119 - color contains mainly: red. Hex color #771745 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771745 is #88E8BA. Grayscale: #383838. Windows color (decimal): -8972475 or 4527991. OLE color: 4527991.

HSL color Cylindrical-coordinate representation of color #771745: hue angle of 331.25º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #771745 is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 23 69 -
CMYK 0 0.81 0.42 0.53
HSL 331.25º 0.68% 0.28% -
HSV(B) 331.25º 0.81% 0.47% -
XYZ 8.99 4.96 6.11 -
YUV 56.95 134.8 172.26 -
System Red Green Blue C M Y K H S L
Decimal 119 23 69 0 0.81 0.42 0.53 331.25 0.68 0.28
Hex 77 17 45 0 51 2A 35 14B 44 1C
Octal 167 27 105 0 121 52 65 513 104 34
Binary 1110111 10111 1000101 0 1010001 101010 110101 101001011 1000100 11100

Color Harmonies of #771745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771745

Black with #771745

Text Example


Text Example

White with #771745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771745; }

 p { color: rgb(119,23,69); }

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

background-color css

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

 a { background-color: rgb(119,23,69); }

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

border-color css

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

 span { border-color: rgb(119,23,69); }

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