Html Css Color HEX #772C47 Flirt

📋 copy color: '#772C47'

red 119 ◦ green 44 ◦ blue 71

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

Shades of Flirt #772C47

Tints of Flirt #772C47

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.8%

 BLUE value IS 71 (28.13% from 255) = 30.34%

R = 50.85%
G = 18.8%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#772C47 (or 0x772C47) is known color: Flirt. HEX triplet: 77, 2C and 47. RGB value is (119,44,71). Sum of RGB (Red+Green+Blue) = 119+44+71=234 (30% of max value = 765). Red value is 119 (46.88% from 255 or 50.85% from 234); Green value is 44 (17.58% from 255 or 18.80% from 234); Blue value is 71 (28.12% from 255 or 30.34% from 234); Max value from RGB is 119 - color contains mainly: red. Hex color #772C47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772C47 is #88D3B8. Grayscale: #454545. Windows color (decimal): -8967097 or 4664439. OLE color: 4664439.

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

Color convert

RGB 119 44 71 -
CMYK 0 0.63 0.40 0.53
HSL 338.4º 0.46% 0.32% -
HSV(B) 338.4º 0.63% 0.47% -
XYZ 9.65 6.18 6.65 -
YUV 69.5 128.85 163.3 -
System Red Green Blue C M Y K H S L
Decimal 119 44 71 0 0.63 0.40 0.53 338.4 0.46 0.32
Hex 77 2C 47 0 3F 28 35 152 2E 20
Octal 167 54 107 0 77 50 65 522 56 40
Binary 1110111 101100 1000111 0 111111 101000 110101 101010010 101110 100000

Color Harmonies of #772C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772C47

Black with #772C47

Text Example


Text Example

White with #772C47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,44,71); }

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

background-color css

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

 a { background-color: rgb(119,44,71); }

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

border-color css

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

 span { border-color: rgb(119,44,71); }

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