Html Css Color HEX #772755 Flirt

📋 copy color: '#772755'

red 119 ◦ green 39 ◦ blue 85

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

Shades of Flirt #772755

Tints of Flirt #772755

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.05%

 BLUE value IS 85 (33.59% from 255) = 34.98%

R = 48.97%
G = 16.05%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#772755 (or 0x772755) is known color: Flirt. HEX triplet: 77, 27 and 55. RGB value is (119,39,85). Sum of RGB (Red+Green+Blue) = 119+39+85=243 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.97% from 243); Green value is 39 (15.62% from 255 or 16.05% from 243); Blue value is 85 (33.59% from 255 or 34.98% from 243); Max value from RGB is 119 - color contains mainly: red. Hex color #772755 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772755 is #88D8AA. Grayscale: #444444. Windows color (decimal): -8968363 or 5580663. OLE color: 5580663.

HSL color Cylindrical-coordinate representation of color #772755: hue angle of 325.5º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #772755 is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 39 85 -
CMYK 0 0.67 0.29 0.53
HSL 325.5º 0.51% 0.31% -
HSV(B) 325.5º 0.67% 0.47% -
XYZ 9.97 6.03 9.23 -
YUV 68.16 137.5 164.26 -
System Red Green Blue C M Y K H S L
Decimal 119 39 85 0 0.67 0.29 0.53 325.5 0.51 0.31
Hex 77 27 55 0 43 1D 35 146 33 1F
Octal 167 47 125 0 103 35 65 506 63 37
Binary 1110111 100111 1010101 0 1000011 11101 110101 101000110 110011 11111

Color Harmonies of #772755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772755

Black with #772755

Text Example


Text Example

White with #772755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772755; }

 p { color: rgb(119,39,85); }

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

background-color css

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

 a { background-color: rgb(119,39,85); }

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

border-color css

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

 span { border-color: rgb(119,39,85); }

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