Html Css Color HEX #766795 Scampi

📋 copy color: '#766795'

red 118 ◦ green 103 ◦ blue 149

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

Shades of Scampi #766795

Tints of Scampi #766795

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.84%

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

R = 31.89%
G = 27.84%
B = 40.27%

CMYK

 C value IS 0.21

 M value IS 0.31

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#766795 (or 0x766795) is known color: Scampi. HEX triplet: 76, 67 and 95. RGB value is (118,103,149). Sum of RGB (Red+Green+Blue) = 118+103+149=370 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.89% from 370); Green value is 103 (40.62% from 255 or 27.84% from 370); Blue value is 149 (58.59% from 255 or 40.27% from 370); Max value from RGB is 149 - color contains mainly: blue. Hex color #766795 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766795 is #89986A. Grayscale: #707070. Windows color (decimal): -9017451 or 9791350. OLE color: 9791350.

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

Color convert

RGB 118 103 149 -
CMYK 0.21 0.31 0 0.42
HSL 259.57º 0.18% 0.49% -
HSV(B) 259.57º 0.31% 0.58% -
XYZ 17.75 15.72 30.53 -
YUV 112.73 148.47 131.76 -
System Red Green Blue C M Y K H S L
Decimal 118 103 149 0.21 0.31 0 0.42 259.57 0.18 0.49
Hex 76 67 95 15 1F 0 2A 104 12 31
Octal 166 147 225 25 37 0 52 404 22 61
Binary 1110110 1100111 10010101 10101 11111 0 101010 100000100 10010 110001

Color Harmonies of #766795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766795

Black with #766795

Text Example


Text Example

White with #766795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766795; }

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

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

background-color css

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

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

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

border-color css

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

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

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