Html Css Color HEX #766595 Scampi

📋 copy color: '#766595'

red 118 ◦ green 101 ◦ blue 149

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

Shades of Scampi #766595

Tints of Scampi #766595

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.45%

 BLUE value IS 149 (58.59% from 255) = 40.49%

R = 32.07%
G = 27.45%
B = 40.49%

CMYK

 C value IS 0.21

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#766595 (or 0x766595) is known color: Scampi. HEX triplet: 76, 65 and 95. RGB value is (118,101,149). Sum of RGB (Red+Green+Blue) = 118+101+149=368 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.07% from 368); Green value is 101 (39.84% from 255 or 27.45% from 368); Blue value is 149 (58.59% from 255 or 40.49% from 368); Max value from RGB is 149 - color contains mainly: blue. Hex color #766595 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766595 is #899A6A. Grayscale: #6F6F6F. Windows color (decimal): -9017963 or 9790838. OLE color: 9790838.

HSL color Cylindrical-coordinate representation of color #766595: hue angle of 261.25º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #766595 is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 101 149 -
CMYK 0.21 0.32 0 0.42
HSL 261.25º 0.19% 0.49% -
HSV(B) 261.25º 0.32% 0.58% -
XYZ 17.55 15.33 30.47 -
YUV 111.56 149.13 132.6 -
System Red Green Blue C M Y K H S L
Decimal 118 101 149 0.21 0.32 0 0.42 261.25 0.19 0.49
Hex 76 65 95 15 20 0 2A 105 13 31
Octal 166 145 225 25 40 0 52 405 23 61
Binary 1110110 1100101 10010101 10101 100000 0 101010 100000101 10011 110001

Color Harmonies of #766595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766595

Black with #766595

Text Example


Text Example

White with #766595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766595; }

 p { color: rgb(118,101,149); }

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

background-color css

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

 a { background-color: rgb(118,101,149); }

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

border-color css

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

 span { border-color: rgb(118,101,149); }

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