Html Css Color HEX #772848 Flirt

📋 copy color: '#772848'

red 119 ◦ green 40 ◦ blue 72

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

Shades of Flirt #772848

Tints of Flirt #772848

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.32%

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

R = 51.52%
G = 17.32%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#772848 (or 0x772848) is known color: Flirt. HEX triplet: 77, 28 and 48. RGB value is (119,40,72). Sum of RGB (Red+Green+Blue) = 119+40+72=231 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.52% from 231); Green value is 40 (16.02% from 255 or 17.32% from 231); Blue value is 72 (28.52% from 255 or 31.17% from 231); Max value from RGB is 119 - color contains mainly: red. Hex color #772848 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772848 is #88D7B7. Grayscale: #434343. Windows color (decimal): -8968120 or 4728951. OLE color: 4728951.

HSL color Cylindrical-coordinate representation of color #772848: hue angle of 335.7º degrees, saturation: 0.5, 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 #772848 is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 40 72 -
CMYK 0 0.66 0.39 0.53
HSL 335.7º 0.5% 0.31% -
HSV(B) 335.7º 0.66% 0.47% -
XYZ 9.54 5.91 6.77 -
YUV 67.27 130.67 164.9 -
System Red Green Blue C M Y K H S L
Decimal 119 40 72 0 0.66 0.39 0.53 335.7 0.5 0.31
Hex 77 28 48 0 42 27 35 150 32 1F
Octal 167 50 110 0 102 47 65 520 62 37
Binary 1110111 101000 1001000 0 1000010 100111 110101 101010000 110010 11111

Color Harmonies of #772848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772848

Black with #772848

Text Example


Text Example

White with #772848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772848; }

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

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

background-color css

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

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

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

border-color css

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

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

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