Html Css Color HEX #76385B Flirt

📋 copy color: '#76385B'

red 118 ◦ green 56 ◦ blue 91

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

Shades of Flirt #76385B

Tints of Flirt #76385B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.13%

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

R = 44.53%
G = 21.13%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#76385B (or 0x76385B) is known color: Flirt. HEX triplet: 76, 38 and 5B. RGB value is (118,56,91). Sum of RGB (Red+Green+Blue) = 118+56+91=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 56 (22.27% from 255 or 21.13% from 265); Blue value is 91 (35.94% from 255 or 34.34% from 265); Max value from RGB is 118 - color contains mainly: red. Hex color #76385B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76385B is #89C7A4. Grayscale: #4E4E4E. Windows color (decimal): -9029541 or 5978230. OLE color: 5978230.

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

Color convert

RGB 118 56 91 -
CMYK 0 0.53 0.23 0.54
HSL 326.13º 0.36% 0.34% -
HSV(B) 326.13º 0.53% 0.46% -
XYZ 10.77 7.44 10.76 -
YUV 78.53 135.04 156.15 -
System Red Green Blue C M Y K H S L
Decimal 118 56 91 0 0.53 0.23 0.54 326.13 0.36 0.34
Hex 76 38 5B 0 35 17 36 146 24 22
Octal 166 70 133 0 65 27 66 506 44 42
Binary 1110110 111000 1011011 0 110101 10111 110110 101000110 100100 100010

Color Harmonies of #76385B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76385B

Black with #76385B

Text Example


Text Example

White with #76385B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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