Html Css Color HEX #76254C Flirt

📋 copy color: '#76254C'

red 118 ◦ green 37 ◦ blue 76

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

Shades of Flirt #76254C

Tints of Flirt #76254C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 32.9%

R = 51.08%
G = 16.02%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#76254C (or 0x76254C) is known color: Flirt. HEX triplet: 76, 25 and 4C. RGB value is (118,37,76). Sum of RGB (Red+Green+Blue) = 118+37+76=231 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.08% from 231); Green value is 37 (14.84% from 255 or 16.02% from 231); Blue value is 76 (30.08% from 255 or 32.90% from 231); Max value from RGB is 118 - color contains mainly: red. Hex color #76254C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76254C is #89DAB3. Grayscale: #414141. Windows color (decimal): -9034420 or 4990326. OLE color: 4990326.

HSL color Cylindrical-coordinate representation of color #76254C: hue angle of 331.11º 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 #76254C is Cyan = 0, Magento = 0.69, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 37 76 -
CMYK 0 0.69 0.36 0.54
HSL 331.11º 0.52% 0.3% -
HSV(B) 331.11º 0.69% 0.46% -
XYZ 9.44 5.7 7.44 -
YUV 65.67 133.84 165.33 -
System Red Green Blue C M Y K H S L
Decimal 118 37 76 0 0.69 0.36 0.54 331.11 0.52 0.3
Hex 76 25 4C 0 45 24 36 14B 34 1E
Octal 166 45 114 0 105 44 66 513 64 36
Binary 1110110 100101 1001100 0 1000101 100100 110110 101001011 110100 11110

Color Harmonies of #76254C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76254C

Black with #76254C

Text Example


Text Example

White with #76254C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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