Html Css Color HEX #75679B Scampi

📋 copy color: '#75679B'

red 117 ◦ green 103 ◦ blue 155

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

Shades of Scampi #75679B

Tints of Scampi #75679B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.47%

 BLUE value IS 155 (60.94% from 255) = 41.33%

R = 31.2%
G = 27.47%
B = 41.33%

CMYK

 C value IS 0.25

 M value IS 0.34

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#75679B (or 0x75679B) is known color: Scampi. HEX triplet: 75, 67 and 9B. RGB value is (117,103,155). Sum of RGB (Red+Green+Blue) = 117+103+155=375 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.2% from 375); Green value is 103 (40.62% from 255 or 27.47% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 155 - color contains mainly: blue. Hex color #75679B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75679B is #8A9864. Grayscale: #707070. Windows color (decimal): -9082981 or 10184565. OLE color: 10184565.

HSL color Cylindrical-coordinate representation of color #75679B: hue angle of 256.15º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #75679B is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 117 103 155 -
CMYK 0.25 0.34 0 0.39
HSL 256.15º 0.21% 0.51% -
HSV(B) 256.15º 0.34% 0.61% -
XYZ 18.1 15.85 33.12 -
YUV 113.11 151.64 130.77 -
System Red Green Blue C M Y K H S L
Decimal 117 103 155 0.25 0.34 0 0.39 256.15 0.21 0.51
Hex 75 67 9B 19 22 0 27 100 15 33
Octal 165 147 233 31 42 0 47 400 25 63
Binary 1110101 1100111 10011011 11001 100010 0 100111 100000000 10101 110011

Color Harmonies of #75679B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75679B

Black with #75679B

Text Example


Text Example

White with #75679B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75679B; }

 p { color: rgb(117,103,155); }

 H1.HeaderClassName
 {
   color: #75679B;
 }
 .AnyTagClassName
 {
   color: #75679B;
 }
</style>

background-color css

<style>
 a { background-color: #75679B; }

 a { background-color: rgb(117,103,155); }

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

border-color css

<style>
 span { border-color: #75679B; }

 span { border-color: rgb(117,103,155); }

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