Html Css Color HEX #76699A Scampi

📋 copy color: '#76699A'

red 118 ◦ green 105 ◦ blue 154

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

Shades of Scampi #76699A

Tints of Scampi #76699A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.85%

 BLUE value IS 154 (60.55% from 255) = 40.85%

R = 31.3%
G = 27.85%
B = 40.85%

CMYK

 C value IS 0.23

 M value IS 0.32

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#76699A (or 0x76699A) is known color: Scampi. HEX triplet: 76, 69 and 9A. RGB value is (118,105,154). Sum of RGB (Red+Green+Blue) = 118+105+154=377 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.30% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 154 (60.55% from 255 or 40.85% from 377); Max value from RGB is 154 - color contains mainly: blue. Hex color #76699A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76699A is #899665. Grayscale: #727272. Windows color (decimal): -9016934 or 10119542. OLE color: 10119542.

HSL color Cylindrical-coordinate representation of color #76699A: hue angle of 255.92º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #76699A is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 118 105 154 -
CMYK 0.23 0.32 0 0.40
HSL 255.92º 0.2% 0.51% -
HSV(B) 255.92º 0.32% 0.6% -
XYZ 18.36 16.29 32.75 -
YUV 114.47 150.31 130.52 -
System Red Green Blue C M Y K H S L
Decimal 118 105 154 0.23 0.32 0 0.40 255.92 0.2 0.51
Hex 76 69 9A 17 20 0 28 100 14 33
Octal 166 151 232 27 40 0 50 400 24 63
Binary 1110110 1101001 10011010 10111 100000 0 101000 100000000 10100 110011

Color Harmonies of #76699A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76699A

Black with #76699A

Text Example


Text Example

White with #76699A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76699A; }

 p { color: rgb(118,105,154); }

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

background-color css

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

 a { background-color: rgb(118,105,154); }

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

border-color css

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

 span { border-color: rgb(118,105,154); }

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