Html Css Color HEX #771853 Pompadour

📋 copy color: '#771853'

red 119 ◦ green 24 ◦ blue 83

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

Shades of Pompadour #771853

Tints of Pompadour #771853

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.62%

 BLUE value IS 83 (32.81% from 255) = 36.73%

R = 52.65%
G = 10.62%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.30

 K value IS 0.53

RGB Variations

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

Color information

#771853 (or 0x771853) is known color: Pompadour. HEX triplet: 77, 18 and 53. RGB value is (119,24,83). Sum of RGB (Red+Green+Blue) = 119+24+83=226 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.65% from 226); Green value is 24 (9.77% from 255 or 10.62% from 226); Blue value is 83 (32.81% from 255 or 36.73% from 226); Max value from RGB is 119 - color contains mainly: red. Hex color #771853 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771853 is #88E7AC. Grayscale: #3A3A3A. Windows color (decimal): -8972205 or 5445751. OLE color: 5445751.

HSL color Cylindrical-coordinate representation of color #771853: hue angle of 322.74º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #771853 is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 24 83 -
CMYK 0 0.80 0.30 0.53
HSL 322.74º 0.66% 0.28% -
HSV(B) 322.74º 0.8% 0.47% -
XYZ 9.5 5.2 8.69 -
YUV 59.13 141.47 170.7 -
System Red Green Blue C M Y K H S L
Decimal 119 24 83 0 0.80 0.30 0.53 322.74 0.66 0.28
Hex 77 18 53 0 50 1E 35 143 42 1C
Octal 167 30 123 0 120 36 65 503 102 34
Binary 1110111 11000 1010011 0 1010000 11110 110101 101000011 1000010 11100

Color Harmonies of #771853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771853

Black with #771853

Text Example


Text Example

White with #771853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771853; }

 p { color: rgb(119,24,83); }

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

background-color css

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

 a { background-color: rgb(119,24,83); }

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

border-color css

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

 span { border-color: rgb(119,24,83); }

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