Html Css Color HEX #755F99 Scampi

📋 copy color: '#755F99'

red 117 ◦ green 95 ◦ blue 153

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

Shades of Scampi #755F99

Tints of Scampi #755F99

RGB

 RED value IS 117 (46.09% from 255) = 32.05%

 GREEN value IS 95 (37.5% from 255) = 26.03%

 BLUE value IS 153 (60.16% from 255) = 41.92%

R = 32.05%
G = 26.03%
B = 41.92%

CMYK

 C value IS 0.24

 M value IS 0.38

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#755F99 (or 0x755F99) is known color: Scampi. HEX triplet: 75, 5F and 99. RGB value is (117,95,153). Sum of RGB (Red+Green+Blue) = 117+95+153=365 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.05% from 365); Green value is 95 (37.5% from 255 or 26.03% from 365); Blue value is 153 (60.16% from 255 or 41.92% from 365); Max value from RGB is 153 - color contains mainly: blue. Hex color #755F99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755F99 is #8AA066. Grayscale: #6B6B6B. Windows color (decimal): -9085031 or 10051445. OLE color: 10051445.

HSL color Cylindrical-coordinate representation of color #755F99: hue angle of 262.76º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #755F99 is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 117 95 153 -
CMYK 0.24 0.38 0 0.4
HSL 262.76º 0.23% 0.49% -
HSV(B) 262.76º 0.38% 0.6% -
XYZ 17.18 14.27 31.99 -
YUV 108.19 153.29 134.28 -
System Red Green Blue C M Y K H S L
Decimal 117 95 153 0.24 0.38 0 0.4 262.76 0.23 0.49
Hex 75 5F 99 18 26 0 28 107 17 31
Octal 165 137 231 30 46 0 50 407 27 61
Binary 1110101 1011111 10011001 11000 100110 0 101000 100000111 10111 110001

Color Harmonies of #755F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755F99

Black with #755F99

Text Example


Text Example

White with #755F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755F99; }

 p { color: rgb(117,95,153); }

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

background-color css

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

 a { background-color: rgb(117,95,153); }

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

border-color css

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

 span { border-color: rgb(117,95,153); }

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