Html Css Color HEX #77334B Flirt

📋 copy color: '#77334B'

red 119 ◦ green 51 ◦ blue 75

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

Shades of Flirt #77334B

Tints of Flirt #77334B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.82%

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

R = 48.57%
G = 20.82%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#77334B (or 0x77334B) is known color: Flirt. HEX triplet: 77, 33 and 4B. RGB value is (119,51,75). Sum of RGB (Red+Green+Blue) = 119+51+75=245 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.57% from 245); Green value is 51 (20.31% from 255 or 20.82% from 245); Blue value is 75 (29.69% from 255 or 30.61% from 245); Max value from RGB is 119 - color contains mainly: red. Hex color #77334B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77334B is #88CCB4. Grayscale: #4A4A4A. Windows color (decimal): -8965301 or 4928375. OLE color: 4928375.

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

Color convert

RGB 119 51 75 -
CMYK 0 0.57 0.37 0.53
HSL 338.82º 0.4% 0.33% -
HSV(B) 338.82º 0.57% 0.47% -
XYZ 10.06 6.8 7.44 -
YUV 74.07 128.53 160.05 -
System Red Green Blue C M Y K H S L
Decimal 119 51 75 0 0.57 0.37 0.53 338.82 0.4 0.33
Hex 77 33 4B 0 39 25 35 153 28 21
Octal 167 63 113 0 71 45 65 523 50 41
Binary 1110111 110011 1001011 0 111001 100101 110101 101010011 101000 100001

Color Harmonies of #77334B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77334B

Black with #77334B

Text Example


Text Example

White with #77334B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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