Html Css Color HEX #76254F Flirt

📋 copy color: '#76254F'

red 118 ◦ green 37 ◦ blue 79

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

Shades of Flirt #76254F

Tints of Flirt #76254F

RGB

 RED value IS 118 (46.48% from 255) = 50.43%

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

 BLUE value IS 79 (31.25% from 255) = 33.76%

R = 50.43%
G = 15.81%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#76254F (or 0x76254F) is known color: Flirt. HEX triplet: 76, 25 and 4F. RGB value is (118,37,79). Sum of RGB (Red+Green+Blue) = 118+37+79=234 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.43% from 234); Green value is 37 (14.84% from 255 or 15.81% from 234); Blue value is 79 (31.25% from 255 or 33.76% from 234); Max value from RGB is 118 - color contains mainly: red. Hex color #76254F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76254F is #89DAB0. Grayscale: #414141. Windows color (decimal): -9034417 or 5186934. OLE color: 5186934.

HSL color Cylindrical-coordinate representation of color #76254F: hue angle of 328.89º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #76254F is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 37 79 -
CMYK 0 0.69 0.33 0.54
HSL 328.89º 0.52% 0.3% -
HSV(B) 328.89º 0.69% 0.46% -
XYZ 9.54 5.74 8 -
YUV 66.01 135.34 165.08 -
System Red Green Blue C M Y K H S L
Decimal 118 37 79 0 0.69 0.33 0.54 328.89 0.52 0.3
Hex 76 25 4F 0 45 21 36 149 34 1E
Octal 166 45 117 0 105 41 66 511 64 36
Binary 1110110 100101 1001111 0 1000101 100001 110110 101001001 110100 11110

Color Harmonies of #76254F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76254F

Black with #76254F

Text Example


Text Example

White with #76254F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76254F; }

 p { color: rgb(118,37,79); }

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

background-color css

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

 a { background-color: rgb(118,37,79); }

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

border-color css

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

 span { border-color: rgb(118,37,79); }

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