Html Css Color HEX #75669C Scampi

📋 copy color: '#75669C'

red 117 ◦ green 102 ◦ blue 156

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

Shades of Scampi #75669C

Tints of Scampi #75669C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.2%

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

R = 31.2%
G = 27.2%
B = 41.6%

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

#75669C (or 0x75669C) is known color: Scampi. HEX triplet: 75, 66 and 9C. RGB value is (117,102,156). Sum of RGB (Red+Green+Blue) = 117+102+156=375 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.2% from 375); Green value is 102 (40.23% from 255 or 27.2% from 375); Blue value is 156 (61.33% from 255 or 41.6% from 375); Max value from RGB is 156 - color contains mainly: blue. Hex color #75669C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75669C is #8A9963. Grayscale: #707070. Windows color (decimal): -9083236 or 10249845. OLE color: 10249845.

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

Color convert

RGB 117 102 156 -
CMYK 0.25 0.35 0 0.39
HSL 256.67º 0.21% 0.51% -
HSV(B) 256.67º 0.35% 0.61% -
XYZ 18.09 15.68 33.53 -
YUV 112.64 152.47 131.11 -
System Red Green Blue C M Y K H S L
Decimal 117 102 156 0.25 0.35 0 0.39 256.67 0.21 0.51
Hex 75 66 9C 19 23 0 27 101 15 33
Octal 165 146 234 31 43 0 47 401 25 63
Binary 1110101 1100110 10011100 11001 100011 0 100111 100000001 10101 110011

Color Harmonies of #75669C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75669C

Black with #75669C

Text Example


Text Example

White with #75669C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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