Html Css Color HEX #762F5A Flirt

📋 copy color: '#762F5A'

red 118 ◦ green 47 ◦ blue 90

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

Shades of Flirt #762F5A

Tints of Flirt #762F5A

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.43%

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

R = 46.27%
G = 18.43%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#762F5A (or 0x762F5A) is known color: Flirt. HEX triplet: 76, 2F and 5A. RGB value is (118,47,90). Sum of RGB (Red+Green+Blue) = 118+47+90=255 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.27% from 255); Green value is 47 (18.75% from 255 or 18.43% from 255); Blue value is 90 (35.55% from 255 or 35.29% from 255); Max value from RGB is 118 - color contains mainly: red. Hex color #762F5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762F5A is #89D0A5. Grayscale: #494949. Windows color (decimal): -9031846 or 5910390. OLE color: 5910390.

HSL color Cylindrical-coordinate representation of color #762F5A: hue angle of 323.66º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #762F5A is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 47 90 -
CMYK 0 0.60 0.24 0.54
HSL 323.66º 0.43% 0.32% -
HSV(B) 323.66º 0.6% 0.46% -
XYZ 10.33 6.62 10.41 -
YUV 73.13 137.52 160 -
System Red Green Blue C M Y K H S L
Decimal 118 47 90 0 0.60 0.24 0.54 323.66 0.43 0.32
Hex 76 2F 5A 0 3C 18 36 144 2B 20
Octal 166 57 132 0 74 30 66 504 53 40
Binary 1110110 101111 1011010 0 111100 11000 110110 101000100 101011 100000

Color Harmonies of #762F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762F5A

Black with #762F5A

Text Example


Text Example

White with #762F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762F5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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