Html Css Color HEX #756099 Scampi

📋 copy color: '#756099'

red 117 ◦ green 96 ◦ blue 153

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

Shades of Scampi #756099

Tints of Scampi #756099

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.23%

 BLUE value IS 153 (60.16% from 255) = 41.8%

R = 31.97%
G = 26.23%
B = 41.8%

CMYK

 C value IS 0.24

 M value IS 0.37

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#756099 (or 0x756099) is known color: Scampi. HEX triplet: 75, 60 and 99. RGB value is (117,96,153). Sum of RGB (Red+Green+Blue) = 117+96+153=366 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.97% from 366); Green value is 96 (37.89% from 255 or 26.23% from 366); Blue value is 153 (60.16% from 255 or 41.80% from 366); Max value from RGB is 153 - color contains mainly: blue. Hex color #756099 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756099 is #8A9F66. Grayscale: #6C6C6C. Windows color (decimal): -9084775 or 10051701. OLE color: 10051701.

HSL color Cylindrical-coordinate representation of color #756099: hue angle of 262.11º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #756099 is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 117 96 153 -
CMYK 0.24 0.37 0 0.4
HSL 262.11º 0.23% 0.49% -
HSV(B) 262.11º 0.37% 0.6% -
XYZ 17.27 14.45 32.02 -
YUV 108.78 152.96 133.87 -
System Red Green Blue C M Y K H S L
Decimal 117 96 153 0.24 0.37 0 0.4 262.11 0.23 0.49
Hex 75 60 99 18 25 0 28 106 17 31
Octal 165 140 231 30 45 0 50 406 27 61
Binary 1110101 1100000 10011001 11000 100101 0 101000 100000110 10111 110001

Color Harmonies of #756099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756099

Black with #756099

Text Example


Text Example

White with #756099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756099; }

 p { color: rgb(117,96,153); }

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

background-color css

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

 a { background-color: rgb(117,96,153); }

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

border-color css

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

 span { border-color: rgb(117,96,153); }

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