Html Css Color HEX #75649A Scampi

📋 copy color: '#75649A'

red 117 ◦ green 100 ◦ blue 154

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

Shades of Scampi #75649A

Tints of Scampi #75649A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.95%

 BLUE value IS 154 (60.55% from 255) = 41.51%

R = 31.54%
G = 26.95%
B = 41.51%

CMYK

 C value IS 0.24

 M value IS 0.35

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#75649A (or 0x75649A) is known color: Scampi. HEX triplet: 75, 64 and 9A. RGB value is (117,100,154). Sum of RGB (Red+Green+Blue) = 117+100+154=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 154 (60.55% from 255 or 41.51% from 371); Max value from RGB is 154 - color contains mainly: blue. Hex color #75649A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75649A is #8A9B65. Grayscale: #6F6F6F. Windows color (decimal): -9083750 or 10118261. OLE color: 10118261.

HSL color Cylindrical-coordinate representation of color #75649A: hue angle of 258.89º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #75649A is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 117 100 154 -
CMYK 0.24 0.35 0 0.40
HSL 258.89º 0.21% 0.5% -
HSV(B) 258.89º 0.35% 0.6% -
XYZ 17.73 15.23 32.58 -
YUV 111.24 152.13 132.11 -
System Red Green Blue C M Y K H S L
Decimal 117 100 154 0.24 0.35 0 0.40 258.89 0.21 0.5
Hex 75 64 9A 18 23 0 28 103 15 32
Octal 165 144 232 30 43 0 50 403 25 62
Binary 1110101 1100100 10011010 11000 100011 0 101000 100000011 10101 110010

Color Harmonies of #75649A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75649A

Black with #75649A

Text Example


Text Example

White with #75649A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75649A; }

 p { color: rgb(117,100,154); }

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

background-color css

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

 a { background-color: rgb(117,100,154); }

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

border-color css

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

 span { border-color: rgb(117,100,154); }

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