Html Css Color HEX #762957 Flirt

📋 copy color: '#762957'

red 118 ◦ green 41 ◦ blue 87

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

Shades of Flirt #762957

Tints of Flirt #762957

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.67%

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

R = 47.97%
G = 16.67%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#762957 (or 0x762957) is known color: Flirt. HEX triplet: 76, 29 and 57. RGB value is (118,41,87). Sum of RGB (Red+Green+Blue) = 118+41+87=246 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.97% from 246); Green value is 41 (16.41% from 255 or 16.67% from 246); Blue value is 87 (34.38% from 255 or 35.37% from 246); Max value from RGB is 118 - color contains mainly: red. Hex color #762957 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762957 is #89D6A8. Grayscale: #454545. Windows color (decimal): -9033385 or 5712246. OLE color: 5712246.

HSL color Cylindrical-coordinate representation of color #762957: hue angle of 324.16º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #762957 is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 41 87 -
CMYK 0 0.65 0.26 0.54
HSL 324.16º 0.48% 0.31% -
HSV(B) 324.16º 0.65% 0.46% -
XYZ 9.98 6.13 9.67 -
YUV 69.27 138.01 162.76 -
System Red Green Blue C M Y K H S L
Decimal 118 41 87 0 0.65 0.26 0.54 324.16 0.48 0.31
Hex 76 29 57 0 41 1A 36 144 30 1F
Octal 166 51 127 0 101 32 66 504 60 37
Binary 1110110 101001 1010111 0 1000001 11010 110110 101000100 110000 11111

Color Harmonies of #762957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762957

Black with #762957

Text Example


Text Example

White with #762957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762957; }

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

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

background-color css

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

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

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

border-color css

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

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

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