Html Css Color HEX #772644 Flirt

📋 copy color: '#772644'

red 119 ◦ green 38 ◦ blue 68

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

Shades of Flirt #772644

Tints of Flirt #772644

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.89%

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

R = 52.89%
G = 16.89%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.43

 K value IS 0.53

RGB Variations

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

Color information

#772644 (or 0x772644) is known color: Flirt. HEX triplet: 77, 26 and 44. RGB value is (119,38,68). Sum of RGB (Red+Green+Blue) = 119+38+68=225 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.89% from 225); Green value is 38 (15.23% from 255 or 16.89% from 225); Blue value is 68 (26.95% from 255 or 30.22% from 225); Max value from RGB is 119 - color contains mainly: red. Hex color #772644 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772644 is #88D9BB. Grayscale: #414141. Windows color (decimal): -8968636 or 4466295. OLE color: 4466295.

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

Color convert

RGB 119 38 68 -
CMYK 0 0.68 0.43 0.53
HSL 337.78º 0.52% 0.31% -
HSV(B) 337.78º 0.68% 0.47% -
XYZ 9.34 5.73 6.08 -
YUV 65.64 129.34 166.06 -
System Red Green Blue C M Y K H S L
Decimal 119 38 68 0 0.68 0.43 0.53 337.78 0.52 0.31
Hex 77 26 44 0 44 2B 35 152 34 1F
Octal 167 46 104 0 104 53 65 522 64 37
Binary 1110111 100110 1000100 0 1000100 101011 110101 101010010 110100 11111

Color Harmonies of #772644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772644

Black with #772644

Text Example


Text Example

White with #772644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772644; }

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

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

background-color css

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

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

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

border-color css

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

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

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