Html Css Color HEX #772846 Flirt

📋 copy color: '#772846'

red 119 ◦ green 40 ◦ blue 70

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

Shades of Flirt #772846

Tints of Flirt #772846

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 30.57%

R = 51.97%
G = 17.47%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.41

 K value IS 0.53

RGB Variations

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

Color information

#772846 (or 0x772846) is known color: Flirt. HEX triplet: 77, 28 and 46. RGB value is (119,40,70). Sum of RGB (Red+Green+Blue) = 119+40+70=229 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.97% from 229); Green value is 40 (16.02% from 255 or 17.47% from 229); Blue value is 70 (27.73% from 255 or 30.57% from 229); Max value from RGB is 119 - color contains mainly: red. Hex color #772846 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772846 is #88D7B9. Grayscale: #434343. Windows color (decimal): -8968122 or 4597879. OLE color: 4597879.

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

Color convert

RGB 119 40 70 -
CMYK 0 0.66 0.41 0.53
HSL 337.22º 0.5% 0.31% -
HSV(B) 337.22º 0.66% 0.47% -
XYZ 9.47 5.88 6.43 -
YUV 67.04 129.67 165.06 -
System Red Green Blue C M Y K H S L
Decimal 119 40 70 0 0.66 0.41 0.53 337.22 0.5 0.31
Hex 77 28 46 0 42 29 35 151 32 1F
Octal 167 50 106 0 102 51 65 521 62 37
Binary 1110111 101000 1000110 0 1000010 101001 110101 101010001 110010 11111

Color Harmonies of #772846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772846

Black with #772846

Text Example


Text Example

White with #772846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772846; }

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

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

background-color css

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

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

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

border-color css

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

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

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