Html Css Color HEX #76395A Flirt

📋 copy color: '#76395A'

red 118 ◦ green 57 ◦ blue 90

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

Shades of Flirt #76395A

Tints of Flirt #76395A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.51%

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

R = 44.53%
G = 21.51%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#76395A (or 0x76395A) is known color: Flirt. HEX triplet: 76, 39 and 5A. RGB value is (118,57,90). Sum of RGB (Red+Green+Blue) = 118+57+90=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 57 (22.66% from 255 or 21.51% from 265); Blue value is 90 (35.55% from 255 or 33.96% from 265); Max value from RGB is 118 - color contains mainly: red. Hex color #76395A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76395A is #89C6A5. Grayscale: #4E4E4E. Windows color (decimal): -9029286 or 5912950. OLE color: 5912950.

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

Color convert

RGB 118 57 90 -
CMYK 0 0.52 0.24 0.54
HSL 327.54º 0.35% 0.34% -
HSV(B) 327.54º 0.52% 0.46% -
XYZ 10.78 7.52 10.56 -
YUV 79 134.21 155.82 -
System Red Green Blue C M Y K H S L
Decimal 118 57 90 0 0.52 0.24 0.54 327.54 0.35 0.34
Hex 76 39 5A 0 34 18 36 148 23 22
Octal 166 71 132 0 64 30 66 510 43 42
Binary 1110110 111001 1011010 0 110100 11000 110110 101001000 100011 100010

Color Harmonies of #76395A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76395A

Black with #76395A

Text Example


Text Example

White with #76395A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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