Html Css Color HEX #766298 Scampi

📋 copy color: '#766298'

red 118 ◦ green 98 ◦ blue 152

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

Shades of Scampi #766298

Tints of Scampi #766298

RGB

 RED value IS 118 (46.48% from 255) = 32.07%

 GREEN value IS 98 (38.67% from 255) = 26.63%

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

R = 32.07%
G = 26.63%
B = 41.3%

CMYK

 C value IS 0.22

 M value IS 0.36

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#766298 (or 0x766298) is known color: Scampi. HEX triplet: 76, 62 and 98. RGB value is (118,98,152). Sum of RGB (Red+Green+Blue) = 118+98+152=368 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.07% from 368); Green value is 98 (38.67% from 255 or 26.63% from 368); Blue value is 152 (59.77% from 255 or 41.30% from 368); Max value from RGB is 152 - color contains mainly: blue. Hex color #766298 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766298 is #899D67. Grayscale: #6D6D6D. Windows color (decimal): -9018728 or 9986678. OLE color: 9986678.

HSL color Cylindrical-coordinate representation of color #766298: hue angle of 262.22º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #766298 is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 118 98 152 -
CMYK 0.22 0.36 0 0.40
HSL 262.22º 0.22% 0.49% -
HSV(B) 262.22º 0.36% 0.6% -
XYZ 17.51 14.85 31.65 -
YUV 110.14 151.63 133.61 -
System Red Green Blue C M Y K H S L
Decimal 118 98 152 0.22 0.36 0 0.40 262.22 0.22 0.49
Hex 76 62 98 16 24 0 28 106 16 31
Octal 166 142 230 26 44 0 50 406 26 61
Binary 1110110 1100010 10011000 10110 100100 0 101000 100000110 10110 110001

Color Harmonies of #766298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766298

Black with #766298

Text Example


Text Example

White with #766298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766298; }

 p { color: rgb(118,98,152); }

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

background-color css

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

 a { background-color: rgb(118,98,152); }

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

border-color css

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

 span { border-color: rgb(118,98,152); }

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