Html Css Color HEX #76385C Flirt

📋 copy color: '#76385C'

red 118 ◦ green 56 ◦ blue 92

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

Shades of Flirt #76385C

Tints of Flirt #76385C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 34.59%

R = 44.36%
G = 21.05%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#76385C (or 0x76385C) is known color: Flirt. HEX triplet: 76, 38 and 5C. RGB value is (118,56,92). Sum of RGB (Red+Green+Blue) = 118+56+92=266 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.36% from 266); Green value is 56 (22.27% from 255 or 21.05% from 266); Blue value is 92 (36.33% from 255 or 34.59% from 266); Max value from RGB is 118 - color contains mainly: red. Hex color #76385C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76385C is #89C7A3. Grayscale: #4E4E4E. Windows color (decimal): -9029540 or 6043766. OLE color: 6043766.

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

Color convert

RGB 118 56 92 -
CMYK 0 0.53 0.22 0.54
HSL 325.16º 0.36% 0.34% -
HSV(B) 325.16º 0.53% 0.46% -
XYZ 10.82 7.45 10.99 -
YUV 78.64 135.54 156.07 -
System Red Green Blue C M Y K H S L
Decimal 118 56 92 0 0.53 0.22 0.54 325.16 0.36 0.34
Hex 76 38 5C 0 35 16 36 145 24 22
Octal 166 70 134 0 65 26 66 505 44 42
Binary 1110110 111000 1011100 0 110101 10110 110110 101000101 100100 100010

Color Harmonies of #76385C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76385C

Black with #76385C

Text Example


Text Example

White with #76385C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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