Html Css Color HEX #76285A Flirt

📋 copy color: '#76285A'

red 118 ◦ green 40 ◦ blue 90

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

Shades of Flirt #76285A

Tints of Flirt #76285A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.13%

 BLUE value IS 90 (35.55% from 255) = 36.29%

R = 47.58%
G = 16.13%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#76285A (or 0x76285A) is known color: Flirt. HEX triplet: 76, 28 and 5A. RGB value is (118,40,90). Sum of RGB (Red+Green+Blue) = 118+40+90=248 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.58% from 248); Green value is 40 (16.02% from 255 or 16.13% from 248); Blue value is 90 (35.55% from 255 or 36.29% from 248); Max value from RGB is 118 - color contains mainly: red. Hex color #76285A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76285A is #89D7A5. Grayscale: #444444. Windows color (decimal): -9033638 or 5908598. OLE color: 5908598.

HSL color Cylindrical-coordinate representation of color #76285A: hue angle of 321.54º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #76285A is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 40 90 -
CMYK 0 0.66 0.24 0.54
HSL 321.54º 0.49% 0.31% -
HSV(B) 321.54º 0.66% 0.46% -
XYZ 10.08 6.11 10.32 -
YUV 69.02 139.84 162.93 -
System Red Green Blue C M Y K H S L
Decimal 118 40 90 0 0.66 0.24 0.54 321.54 0.49 0.31
Hex 76 28 5A 0 42 18 36 142 31 1F
Octal 166 50 132 0 102 30 66 502 61 37
Binary 1110110 101000 1011010 0 1000010 11000 110110 101000010 110001 11111

Color Harmonies of #76285A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76285A

Black with #76285A

Text Example


Text Example

White with #76285A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76285A; }

 p { color: rgb(118,40,90); }

 H1.HeaderClassName
 {
   color: #76285A;
 }
 .AnyTagClassName
 {
   color: #76285A;
 }
</style>

background-color css

<style>
 a { background-color: #76285A; }

 a { background-color: rgb(118,40,90); }

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

border-color css

<style>
 span { border-color: #76285A; }

 span { border-color: rgb(118,40,90); }

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