Html Css Color HEX #75659C Scampi

📋 copy color: '#75659C'

red 117 ◦ green 101 ◦ blue 156

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

Shades of Scampi #75659C

Tints of Scampi #75659C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.01%

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

R = 31.28%
G = 27.01%
B = 41.71%

CMYK

 C value IS 0.25

 M value IS 0.35

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#75659C (or 0x75659C) is known color: Scampi. HEX triplet: 75, 65 and 9C. RGB value is (117,101,156). Sum of RGB (Red+Green+Blue) = 117+101+156=374 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.28% from 374); Green value is 101 (39.84% from 255 or 27.01% from 374); Blue value is 156 (61.33% from 255 or 41.71% from 374); Max value from RGB is 156 - color contains mainly: blue. Hex color #75659C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75659C is #8A9A63. Grayscale: #6F6F6F. Windows color (decimal): -9083492 or 10249589. OLE color: 10249589.

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

Color convert

RGB 117 101 156 -
CMYK 0.25 0.35 0 0.39
HSL 257.45º 0.22% 0.5% -
HSV(B) 257.45º 0.35% 0.61% -
XYZ 17.99 15.49 33.49 -
YUV 112.05 152.8 131.53 -
System Red Green Blue C M Y K H S L
Decimal 117 101 156 0.25 0.35 0 0.39 257.45 0.22 0.5
Hex 75 65 9C 19 23 0 27 101 16 32
Octal 165 145 234 31 43 0 47 401 26 62
Binary 1110101 1100101 10011100 11001 100011 0 100111 100000001 10110 110010

Color Harmonies of #75659C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75659C

Black with #75659C

Text Example


Text Example

White with #75659C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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