Html Css Color HEX #772944 Flirt

📋 copy color: '#772944'

red 119 ◦ green 41 ◦ blue 68

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

Shades of Flirt #772944

Tints of Flirt #772944

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.98%

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

R = 52.19%
G = 17.98%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.43

 K value IS 0.53

RGB Variations

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

Color information

#772944 (or 0x772944) is known color: Flirt. HEX triplet: 77, 29 and 44. RGB value is (119,41,68). Sum of RGB (Red+Green+Blue) = 119+41+68=228 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.19% from 228); Green value is 41 (16.41% from 255 or 17.98% from 228); Blue value is 68 (26.95% from 255 or 29.82% from 228); Max value from RGB is 119 - color contains mainly: red. Hex color #772944 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772944 is #88D6BB. Grayscale: #434343. Windows color (decimal): -8967868 or 4467063. OLE color: 4467063.

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

Color convert

RGB 119 41 68 -
CMYK 0 0.66 0.43 0.53
HSL 339.23º 0.49% 0.31% -
HSV(B) 339.23º 0.66% 0.47% -
XYZ 9.44 5.93 6.11 -
YUV 67.4 128.34 164.8 -
System Red Green Blue C M Y K H S L
Decimal 119 41 68 0 0.66 0.43 0.53 339.23 0.49 0.31
Hex 77 29 44 0 42 2B 35 153 31 1F
Octal 167 51 104 0 102 53 65 523 61 37
Binary 1110111 101001 1000100 0 1000010 101011 110101 101010011 110001 11111

Color Harmonies of #772944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772944

Black with #772944

Text Example


Text Example

White with #772944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772944; }

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

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

background-color css

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

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

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

border-color css

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

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

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