Html Css Color HEX #76689D Scampi

📋 copy color: '#76689D'

red 118 ◦ green 104 ◦ blue 157

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

Shades of Scampi #76689D

Tints of Scampi #76689D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.44%

 BLUE value IS 157 (61.72% from 255) = 41.42%

R = 31.13%
G = 27.44%
B = 41.42%

CMYK

 C value IS 0.25

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#76689D (or 0x76689D) is known color: Scampi. HEX triplet: 76, 68 and 9D. RGB value is (118,104,157). Sum of RGB (Red+Green+Blue) = 118+104+157=379 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.13% from 379); Green value is 104 (41.02% from 255 or 27.44% from 379); Blue value is 157 (61.72% from 255 or 41.42% from 379); Max value from RGB is 157 - color contains mainly: blue. Hex color #76689D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76689D is #899762. Grayscale: #727272. Windows color (decimal): -9017187 or 10315894. OLE color: 10315894.

HSL color Cylindrical-coordinate representation of color #76689D: hue angle of 255.85º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #76689D is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 118 104 157 -
CMYK 0.25 0.34 0 0.38
HSL 255.85º 0.21% 0.51% -
HSV(B) 255.85º 0.34% 0.62% -
XYZ 18.51 16.19 34.05 -
YUV 114.23 152.14 130.69 -
System Red Green Blue C M Y K H S L
Decimal 118 104 157 0.25 0.34 0 0.38 255.85 0.21 0.51
Hex 76 68 9D 19 22 0 26 100 15 33
Octal 166 150 235 31 42 0 46 400 25 63
Binary 1110110 1101000 10011101 11001 100010 0 100110 100000000 10101 110011

Color Harmonies of #76689D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76689D

Black with #76689D

Text Example


Text Example

White with #76689D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76689D; }

 p { color: rgb(118,104,157); }

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

background-color css

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

 a { background-color: rgb(118,104,157); }

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

border-color css

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

 span { border-color: rgb(118,104,157); }

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