Html Css Color HEX #762456 Flirt

📋 copy color: '#762456'

red 118 ◦ green 36 ◦ blue 86

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

Shades of Flirt #762456

Tints of Flirt #762456

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15%

 BLUE value IS 86 (33.98% from 255) = 35.83%

R = 49.17%
G = 15%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#762456 (or 0x762456) is known color: Flirt. HEX triplet: 76, 24 and 56. RGB value is (118,36,86). Sum of RGB (Red+Green+Blue) = 118+36+86=240 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.17% from 240); Green value is 36 (14.45% from 255 or 15% from 240); Blue value is 86 (33.98% from 255 or 35.83% from 240); Max value from RGB is 118 - color contains mainly: red. Hex color #762456 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762456 is #89DBA9. Grayscale: #424242. Windows color (decimal): -9034666 or 5645430. OLE color: 5645430.

HSL color Cylindrical-coordinate representation of color #762456: hue angle of 323.41º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #762456 is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 36 86 -
CMYK 0 0.69 0.27 0.54
HSL 323.41º 0.53% 0.3% -
HSV(B) 323.41º 0.69% 0.46% -
XYZ 9.78 5.79 9.41 -
YUV 66.22 139.17 164.93 -
System Red Green Blue C M Y K H S L
Decimal 118 36 86 0 0.69 0.27 0.54 323.41 0.53 0.3
Hex 76 24 56 0 45 1B 36 143 35 1E
Octal 166 44 126 0 105 33 66 503 65 36
Binary 1110110 100100 1010110 0 1000101 11011 110110 101000011 110101 11110

Color Harmonies of #762456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762456

Black with #762456

Text Example


Text Example

White with #762456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762456; }

 p { color: rgb(118,36,86); }

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

background-color css

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

 a { background-color: rgb(118,36,86); }

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

border-color css

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

 span { border-color: rgb(118,36,86); }

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