Html Css Color HEX #772647 Flirt

📋 copy color: '#772647'

red 119 ◦ green 38 ◦ blue 71

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

Shades of Flirt #772647

Tints of Flirt #772647

RGB

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

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

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

R = 52.19%
G = 16.67%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#772647 (or 0x772647) is known color: Flirt. HEX triplet: 77, 26 and 47. RGB value is (119,38,71). Sum of RGB (Red+Green+Blue) = 119+38+71=228 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.19% from 228); Green value is 38 (15.23% from 255 or 16.67% from 228); Blue value is 71 (28.12% from 255 or 31.14% from 228); Max value from RGB is 119 - color contains mainly: red. Hex color #772647 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772647 is #88D9B8. Grayscale: #414141. Windows color (decimal): -8968633 or 4662903. OLE color: 4662903.

HSL color Cylindrical-coordinate representation of color #772647: hue angle of 335.56º 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 #772647 is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 38 71 -
CMYK 0 0.68 0.40 0.53
HSL 335.56º 0.52% 0.31% -
HSV(B) 335.56º 0.68% 0.47% -
XYZ 9.44 5.76 6.58 -
YUV 65.98 130.84 165.82 -
System Red Green Blue C M Y K H S L
Decimal 119 38 71 0 0.68 0.40 0.53 335.56 0.52 0.31
Hex 77 26 47 0 44 28 35 150 34 1F
Octal 167 46 107 0 104 50 65 520 64 37
Binary 1110111 100110 1000111 0 1000100 101000 110101 101010000 110100 11111

Color Harmonies of #772647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772647

Black with #772647

Text Example


Text Example

White with #772647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772647; }

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

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

background-color css

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

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

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

border-color css

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

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

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