Html Css Color HEX #75649C Scampi

📋 copy color: '#75649C'

red 117 ◦ green 100 ◦ blue 156

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

Shades of Scampi #75649C

Tints of Scampi #75649C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 41.82%

R = 31.37%
G = 26.81%
B = 41.82%

CMYK

 C value IS 0.25

 M value IS 0.36

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#75649C (or 0x75649C) is known color: Scampi. HEX triplet: 75, 64 and 9C. RGB value is (117,100,156). Sum of RGB (Red+Green+Blue) = 117+100+156=373 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.37% from 373); Green value is 100 (39.45% from 255 or 26.81% from 373); Blue value is 156 (61.33% from 255 or 41.82% from 373); Max value from RGB is 156 - color contains mainly: blue. Hex color #75649C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75649C is #8A9B63. Grayscale: #6F6F6F. Windows color (decimal): -9083748 or 10249333. OLE color: 10249333.

HSL color Cylindrical-coordinate representation of color #75649C: hue angle of 258.21º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #75649C is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 117 100 156 -
CMYK 0.25 0.36 0 0.39
HSL 258.21º 0.22% 0.5% -
HSV(B) 258.21º 0.36% 0.61% -
XYZ 17.89 15.3 33.46 -
YUV 111.47 153.13 131.95 -
System Red Green Blue C M Y K H S L
Decimal 117 100 156 0.25 0.36 0 0.39 258.21 0.22 0.5
Hex 75 64 9C 19 24 0 27 102 16 32
Octal 165 144 234 31 44 0 47 402 26 62
Binary 1110101 1100100 10011100 11001 100100 0 100111 100000010 10110 110010

Color Harmonies of #75649C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75649C

Black with #75649C

Text Example


Text Example

White with #75649C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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