Html Css Color HEX #77364B Flirt

📋 copy color: '#77364B'

red 119 ◦ green 54 ◦ blue 75

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

Shades of Flirt #77364B

Tints of Flirt #77364B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.77%

 BLUE value IS 75 (29.69% from 255) = 30.24%

R = 47.98%
G = 21.77%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#77364B (or 0x77364B) is known color: Flirt. HEX triplet: 77, 36 and 4B. RGB value is (119,54,75). Sum of RGB (Red+Green+Blue) = 119+54+75=248 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.98% from 248); Green value is 54 (21.48% from 255 or 21.77% from 248); Blue value is 75 (29.69% from 255 or 30.24% from 248); Max value from RGB is 119 - color contains mainly: red. Hex color #77364B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77364B is #88C9B4. Grayscale: #4B4B4B. Windows color (decimal): -8964533 or 4929143. OLE color: 4929143.

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

Color convert

RGB 119 54 75 -
CMYK 0 0.55 0.37 0.53
HSL 340.62º 0.38% 0.34% -
HSV(B) 340.62º 0.55% 0.47% -
XYZ 10.2 7.07 7.48 -
YUV 75.83 127.53 158.79 -
System Red Green Blue C M Y K H S L
Decimal 119 54 75 0 0.55 0.37 0.53 340.62 0.38 0.34
Hex 77 36 4B 0 37 25 35 155 26 22
Octal 167 66 113 0 67 45 65 525 46 42
Binary 1110111 110110 1001011 0 110111 100101 110101 101010101 100110 100010

Color Harmonies of #77364B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77364B

Black with #77364B

Text Example


Text Example

White with #77364B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,54,75); }

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

background-color css

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

 a { background-color: rgb(119,54,75); }

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

border-color css

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

 span { border-color: rgb(119,54,75); }

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