Html Css Color HEX #77385B Flirt

📋 copy color: '#77385B'

red 119 ◦ green 56 ◦ blue 91

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

Shades of Flirt #77385B

Tints of Flirt #77385B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.05%

 BLUE value IS 91 (35.94% from 255) = 34.21%

R = 44.74%
G = 21.05%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#77385B (or 0x77385B) is known color: Flirt. HEX triplet: 77, 38 and 5B. RGB value is (119,56,91). Sum of RGB (Red+Green+Blue) = 119+56+91=266 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.74% from 266); Green value is 56 (22.27% from 255 or 21.05% from 266); Blue value is 91 (35.94% from 255 or 34.21% from 266); Max value from RGB is 119 - color contains mainly: red. Hex color #77385B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77385B is #88C7A4. Grayscale: #4E4E4E. Windows color (decimal): -8964005 or 5978231. OLE color: 5978231.

HSL color Cylindrical-coordinate representation of color #77385B: hue angle of 326.67º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77385B is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 56 91 -
CMYK 0 0.53 0.24 0.53
HSL 326.67º 0.36% 0.34% -
HSV(B) 326.67º 0.53% 0.47% -
XYZ 10.91 7.51 10.77 -
YUV 78.83 134.87 156.65 -
System Red Green Blue C M Y K H S L
Decimal 119 56 91 0 0.53 0.24 0.53 326.67 0.36 0.34
Hex 77 38 5B 0 35 18 35 147 24 22
Octal 167 70 133 0 65 30 65 507 44 42
Binary 1110111 111000 1011011 0 110101 11000 110101 101000111 100100 100010

Color Harmonies of #77385B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77385B

Black with #77385B

Text Example


Text Example

White with #77385B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77385B; }

 p { color: rgb(119,56,91); }

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

background-color css

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

 a { background-color: rgb(119,56,91); }

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

border-color css

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

 span { border-color: rgb(119,56,91); }

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