Html Css Color HEX #76699C Scampi

📋 copy color: '#76699C'

red 118 ◦ green 105 ◦ blue 156

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

Shades of Scampi #76699C

Tints of Scampi #76699C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 41.16%

R = 31.13%
G = 27.7%
B = 41.16%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#76699C (or 0x76699C) is known color: Scampi. HEX triplet: 76, 69 and 9C. RGB value is (118,105,156). Sum of RGB (Red+Green+Blue) = 118+105+156=379 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.13% from 379); Green value is 105 (41.41% from 255 or 27.70% from 379); Blue value is 156 (61.33% from 255 or 41.16% from 379); Max value from RGB is 156 - color contains mainly: blue. Hex color #76699C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76699C is #899663. Grayscale: #727272. Windows color (decimal): -9016932 or 10250614. OLE color: 10250614.

HSL color Cylindrical-coordinate representation of color #76699C: hue angle of 255.29º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #76699C is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 118 105 156 -
CMYK 0.24 0.33 0 0.39
HSL 255.29º 0.2% 0.51% -
HSV(B) 255.29º 0.33% 0.61% -
XYZ 18.52 16.36 33.63 -
YUV 114.7 151.31 130.35 -
System Red Green Blue C M Y K H S L
Decimal 118 105 156 0.24 0.33 0 0.39 255.29 0.2 0.51
Hex 76 69 9C 18 21 0 27 FF 14 33
Octal 166 151 234 30 41 0 47 377 24 63
Binary 1110110 1101001 10011100 11000 100001 0 100111 11111111 10100 110011

Color Harmonies of #76699C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76699C

Black with #76699C

Text Example


Text Example

White with #76699C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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