Html Css Color HEX #772E48 Flirt

📋 copy color: '#772E48'

red 119 ◦ green 46 ◦ blue 72

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

Shades of Flirt #772E48

Tints of Flirt #772E48

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.41%

 BLUE value IS 72 (28.52% from 255) = 30.38%

R = 50.21%
G = 19.41%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#772E48 (or 0x772E48) is known color: Flirt. HEX triplet: 77, 2E and 48. RGB value is (119,46,72). Sum of RGB (Red+Green+Blue) = 119+46+72=237 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.21% from 237); Green value is 46 (18.36% from 255 or 19.41% from 237); Blue value is 72 (28.52% from 255 or 30.38% from 237); Max value from RGB is 119 - color contains mainly: red. Hex color #772E48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772E48 is #88D1B7. Grayscale: #464646. Windows color (decimal): -8966584 or 4730487. OLE color: 4730487.

HSL color Cylindrical-coordinate representation of color #772E48: hue angle of 338.63º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #772E48 is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 46 72 -
CMYK 0 0.61 0.39 0.53
HSL 338.63º 0.44% 0.32% -
HSV(B) 338.63º 0.61% 0.47% -
XYZ 9.75 6.34 6.84 -
YUV 70.79 128.68 162.39 -
System Red Green Blue C M Y K H S L
Decimal 119 46 72 0 0.61 0.39 0.53 338.63 0.44 0.32
Hex 77 2E 48 0 3D 27 35 153 2C 20
Octal 167 56 110 0 75 47 65 523 54 40
Binary 1110111 101110 1001000 0 111101 100111 110101 101010011 101100 100000

Color Harmonies of #772E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772E48

Black with #772E48

Text Example


Text Example

White with #772E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772E48; }

 p { color: rgb(119,46,72); }

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

background-color css

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

 a { background-color: rgb(119,46,72); }

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

border-color css

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

 span { border-color: rgb(119,46,72); }

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