Html Css Color HEX #77254B Flirt

📋 copy color: '#77254B'

red 119 ◦ green 37 ◦ blue 75

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

Shades of Flirt #77254B

Tints of Flirt #77254B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.02%

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

R = 51.52%
G = 16.02%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#77254B (or 0x77254B) is known color: Flirt. HEX triplet: 77, 25 and 4B. RGB value is (119,37,75). Sum of RGB (Red+Green+Blue) = 119+37+75=231 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.52% from 231); Green value is 37 (14.84% from 255 or 16.02% from 231); Blue value is 75 (29.69% from 255 or 32.47% from 231); Max value from RGB is 119 - color contains mainly: red. Hex color #77254B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77254B is #88DAB4. Grayscale: #414141. Windows color (decimal): -8968885 or 4924791. OLE color: 4924791.

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

Color convert

RGB 119 37 75 -
CMYK 0 0.69 0.37 0.53
HSL 332.2º 0.53% 0.31% -
HSV(B) 332.2º 0.69% 0.47% -
XYZ 9.54 5.75 7.26 -
YUV 65.85 133.17 165.91 -
System Red Green Blue C M Y K H S L
Decimal 119 37 75 0 0.69 0.37 0.53 332.2 0.53 0.31
Hex 77 25 4B 0 45 25 35 14C 35 1F
Octal 167 45 113 0 105 45 65 514 65 37
Binary 1110111 100101 1001011 0 1000101 100101 110101 101001100 110101 11111

Color Harmonies of #77254B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77254B

Black with #77254B

Text Example


Text Example

White with #77254B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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