Html Css Color HEX #762457 Flirt

📋 copy color: '#762457'

red 118 ◦ green 36 ◦ blue 87

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

Shades of Flirt #762457

Tints of Flirt #762457

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 36.1%

R = 48.96%
G = 14.94%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#762457 (or 0x762457) is known color: Flirt. HEX triplet: 76, 24 and 57. RGB value is (118,36,87). Sum of RGB (Red+Green+Blue) = 118+36+87=241 (31% of max value = 765). Red value is 118 (46.48% from 255 or 48.96% from 241); Green value is 36 (14.45% from 255 or 14.94% from 241); Blue value is 87 (34.38% from 255 or 36.10% from 241); Max value from RGB is 118 - color contains mainly: red. Hex color #762457 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762457 is #89DBA8. Grayscale: #424242. Windows color (decimal): -9034665 or 5710966. OLE color: 5710966.

HSL color Cylindrical-coordinate representation of color #762457: hue angle of 322.68º 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 #762457 is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 36 87 -
CMYK 0 0.69 0.26 0.54
HSL 322.68º 0.53% 0.3% -
HSV(B) 322.68º 0.69% 0.46% -
XYZ 9.82 5.8 9.62 -
YUV 66.33 139.67 164.85 -
System Red Green Blue C M Y K H S L
Decimal 118 36 87 0 0.69 0.26 0.54 322.68 0.53 0.3
Hex 76 24 57 0 45 1A 36 143 35 1E
Octal 166 44 127 0 105 32 66 503 65 36
Binary 1110110 100100 1010111 0 1000101 11010 110110 101000011 110101 11110

Color Harmonies of #762457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762457

Black with #762457

Text Example


Text Example

White with #762457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762457; }

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

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

background-color css

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

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

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

border-color css

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

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

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