Html Css Color HEX #75679E Scampi

📋 copy color: '#75679E'

red 117 ◦ green 103 ◦ blue 158

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

Shades of Scampi #75679E

Tints of Scampi #75679E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 41.8%

R = 30.95%
G = 27.25%
B = 41.8%

CMYK

 C value IS 0.26

 M value IS 0.35

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#75679E (or 0x75679E) is known color: Scampi. HEX triplet: 75, 67 and 9E. RGB value is (117,103,158). Sum of RGB (Red+Green+Blue) = 117+103+158=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 103 (40.62% from 255 or 27.25% from 378); Blue value is 158 (62.11% from 255 or 41.80% from 378); Max value from RGB is 158 - color contains mainly: blue. Hex color #75679E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75679E is #8A9861. Grayscale: #717171. Windows color (decimal): -9082978 or 10381173. OLE color: 10381173.

HSL color Cylindrical-coordinate representation of color #75679E: hue angle of 255.27º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #75679E is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 117 103 158 -
CMYK 0.26 0.35 0 0.38
HSL 255.27º 0.22% 0.51% -
HSV(B) 255.27º 0.35% 0.62% -
XYZ 18.36 15.95 34.46 -
YUV 113.46 153.14 130.53 -
System Red Green Blue C M Y K H S L
Decimal 117 103 158 0.26 0.35 0 0.38 255.27 0.22 0.51
Hex 75 67 9E 1A 23 0 26 FF 16 33
Octal 165 147 236 32 43 0 46 377 26 63
Binary 1110101 1100111 10011110 11010 100011 0 100110 11111111 10110 110011

Color Harmonies of #75679E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75679E

Black with #75679E

Text Example


Text Example

White with #75679E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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