Html Css Color HEX #756098 Scampi

📋 copy color: '#756098'

red 117 ◦ green 96 ◦ blue 152

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

Shades of Scampi #756098

Tints of Scampi #756098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 41.64%

R = 32.05%
G = 26.3%
B = 41.64%

CMYK

 C value IS 0.23

 M value IS 0.37

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#756098 (or 0x756098) is known color: Scampi. HEX triplet: 75, 60 and 98. RGB value is (117,96,152). Sum of RGB (Red+Green+Blue) = 117+96+152=365 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.05% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 152 (59.77% from 255 or 41.64% from 365); Max value from RGB is 152 - color contains mainly: blue. Hex color #756098 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756098 is #8A9F67. Grayscale: #6C6C6C. Windows color (decimal): -9084776 or 9986165. OLE color: 9986165.

HSL color Cylindrical-coordinate representation of color #756098: hue angle of 262.5º 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 #756098 is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 117 96 152 -
CMYK 0.23 0.37 0 0.40
HSL 262.5º 0.23% 0.49% -
HSV(B) 262.5º 0.37% 0.6% -
XYZ 17.19 14.41 31.58 -
YUV 108.66 152.46 133.95 -
System Red Green Blue C M Y K H S L
Decimal 117 96 152 0.23 0.37 0 0.40 262.5 0.23 0.49
Hex 75 60 98 17 25 0 28 106 17 31
Octal 165 140 230 27 45 0 50 406 27 61
Binary 1110101 1100000 10011000 10111 100101 0 101000 100000110 10111 110001

Color Harmonies of #756098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756098

Black with #756098

Text Example


Text Example

White with #756098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756098; }

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

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

background-color css

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

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

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

border-color css

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

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

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