Html Css Color HEX #773754 Flirt

📋 copy color: '#773754'

red 119 ◦ green 55 ◦ blue 84

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

Shades of Flirt #773754

Tints of Flirt #773754

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.32%

 BLUE value IS 84 (33.2% from 255) = 32.56%

R = 46.12%
G = 21.32%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#773754 (or 0x773754) is known color: Flirt. HEX triplet: 77, 37 and 54. RGB value is (119,55,84). Sum of RGB (Red+Green+Blue) = 119+55+84=258 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.12% from 258); Green value is 55 (21.88% from 255 or 21.32% from 258); Blue value is 84 (33.20% from 255 or 32.56% from 258); Max value from RGB is 119 - color contains mainly: red. Hex color #773754 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773754 is #88C8AB. Grayscale: #4D4D4D. Windows color (decimal): -8964268 or 5519223. OLE color: 5519223.

HSL color Cylindrical-coordinate representation of color #773754: hue angle of 332.81º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #773754 is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 55 84 -
CMYK 0 0.54 0.29 0.53
HSL 332.81º 0.37% 0.34% -
HSV(B) 332.81º 0.54% 0.47% -
XYZ 10.57 7.29 9.24 -
YUV 77.44 131.7 157.64 -
System Red Green Blue C M Y K H S L
Decimal 119 55 84 0 0.54 0.29 0.53 332.81 0.37 0.34
Hex 77 37 54 0 36 1D 35 14D 25 22
Octal 167 67 124 0 66 35 65 515 45 42
Binary 1110111 110111 1010100 0 110110 11101 110101 101001101 100101 100010

Color Harmonies of #773754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773754

Black with #773754

Text Example


Text Example

White with #773754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773754; }

 p { color: rgb(119,55,84); }

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

background-color css

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

 a { background-color: rgb(119,55,84); }

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

border-color css

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

 span { border-color: rgb(119,55,84); }

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