Html Css Color HEX #772544 Flirt

📋 copy color: '#772544'

red 119 ◦ green 37 ◦ blue 68

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

Shades of Flirt #772544

Tints of Flirt #772544

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.52%

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

R = 53.13%
G = 16.52%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.43

 K value IS 0.53

RGB Variations

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

Color information

#772544 (or 0x772544) is known color: Flirt. HEX triplet: 77, 25 and 44. RGB value is (119,37,68). Sum of RGB (Red+Green+Blue) = 119+37+68=224 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.12% from 224); Green value is 37 (14.84% from 255 or 16.52% from 224); Blue value is 68 (26.95% from 255 or 30.36% from 224); Max value from RGB is 119 - color contains mainly: red. Hex color #772544 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772544 is #88DABB. Grayscale: #414141. Windows color (decimal): -8968892 or 4466039. OLE color: 4466039.

HSL color Cylindrical-coordinate representation of color #772544: hue angle of 337.32º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #772544 is Cyan = 0, Magento = 0.69, Yellow = 0.43 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 37 68 -
CMYK 0 0.69 0.43 0.53
HSL 337.32º 0.53% 0.31% -
HSV(B) 337.32º 0.69% 0.47% -
XYZ 9.31 5.66 6.07 -
YUV 65.05 129.67 166.48 -
System Red Green Blue C M Y K H S L
Decimal 119 37 68 0 0.69 0.43 0.53 337.32 0.53 0.31
Hex 77 25 44 0 45 2B 35 151 35 1F
Octal 167 45 104 0 105 53 65 521 65 37
Binary 1110111 100101 1000100 0 1000101 101011 110101 101010001 110101 11111

Color Harmonies of #772544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772544

Black with #772544

Text Example


Text Example

White with #772544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772544; }

 p { color: rgb(119,37,68); }

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

background-color css

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

 a { background-color: rgb(119,37,68); }

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

border-color css

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

 span { border-color: rgb(119,37,68); }

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