Html Css Color HEX #772541 Flirt

📋 copy color: '#772541'

red 119 ◦ green 37 ◦ blue 65

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

Shades of Flirt #772541

Tints of Flirt #772541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 29.41%

R = 53.85%
G = 16.74%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#772541 (or 0x772541) is known color: Flirt. HEX triplet: 77, 25 and 41. RGB value is (119,37,65). Sum of RGB (Red+Green+Blue) = 119+37+65=221 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.85% from 221); Green value is 37 (14.84% from 255 or 16.74% from 221); Blue value is 65 (25.78% from 255 or 29.41% from 221); Max value from RGB is 119 - color contains mainly: red. Hex color #772541 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772541 is #88DABE. Grayscale: #404040. Windows color (decimal): -8968895 or 4269431. OLE color: 4269431.

HSL color Cylindrical-coordinate representation of color #772541: hue angle of 339.51º 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 #772541 is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 37 65 -
CMYK 0 0.69 0.45 0.53
HSL 339.51º 0.53% 0.31% -
HSV(B) 339.51º 0.69% 0.47% -
XYZ 9.22 5.63 5.6 -
YUV 64.71 128.17 166.72 -
System Red Green Blue C M Y K H S L
Decimal 119 37 65 0 0.69 0.45 0.53 339.51 0.53 0.31
Hex 77 25 41 0 45 2D 35 154 35 1F
Octal 167 45 101 0 105 55 65 524 65 37
Binary 1110111 100101 1000001 0 1000101 101101 110101 101010100 110101 11111

Color Harmonies of #772541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772541

Black with #772541

Text Example


Text Example

White with #772541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772541; }

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

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

background-color css

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

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

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

border-color css

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

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

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