Html Css Color HEX #76305B Flirt

📋 copy color: '#76305B'

red 118 ◦ green 48 ◦ blue 91

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

Shades of Flirt #76305B

Tints of Flirt #76305B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.68%

 BLUE value IS 91 (35.94% from 255) = 35.41%

R = 45.91%
G = 18.68%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#76305B (or 0x76305B) is known color: Flirt. HEX triplet: 76, 30 and 5B. RGB value is (118,48,91). Sum of RGB (Red+Green+Blue) = 118+48+91=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 48 (19.14% from 255 or 18.68% from 257); Blue value is 91 (35.94% from 255 or 35.41% from 257); Max value from RGB is 118 - color contains mainly: red. Hex color #76305B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76305B is #89CFA4. Grayscale: #494949. Windows color (decimal): -9031589 or 5976182. OLE color: 5976182.

HSL color Cylindrical-coordinate representation of color #76305B: hue angle of 323.14º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #76305B is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 48 91 -
CMYK 0 0.59 0.23 0.54
HSL 323.14º 0.42% 0.33% -
HSV(B) 323.14º 0.59% 0.46% -
XYZ 10.42 6.72 10.65 -
YUV 73.83 137.69 159.5 -
System Red Green Blue C M Y K H S L
Decimal 118 48 91 0 0.59 0.23 0.54 323.14 0.42 0.33
Hex 76 30 5B 0 3B 17 36 143 2A 21
Octal 166 60 133 0 73 27 66 503 52 41
Binary 1110110 110000 1011011 0 111011 10111 110110 101000011 101010 100001

Color Harmonies of #76305B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76305B

Black with #76305B

Text Example


Text Example

White with #76305B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,48,91); }

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

background-color css

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

 a { background-color: rgb(118,48,91); }

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

border-color css

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

 span { border-color: rgb(118,48,91); }

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