Html Css Color HEX #76669E Scampi

📋 copy color: '#76669E'

red 118 ◦ green 102 ◦ blue 158

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

Shades of Scampi #76669E

Tints of Scampi #76669E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.98%

 BLUE value IS 158 (62.11% from 255) = 41.8%

R = 31.22%
G = 26.98%
B = 41.8%

CMYK

 C value IS 0.25

 M value IS 0.35

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#76669E (or 0x76669E) is known color: Scampi. HEX triplet: 76, 66 and 9E. RGB value is (118,102,158). Sum of RGB (Red+Green+Blue) = 118+102+158=378 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.22% from 378); Green value is 102 (40.23% from 255 or 26.98% from 378); Blue value is 158 (62.11% from 255 or 41.80% from 378); Max value from RGB is 158 - color contains mainly: blue. Hex color #76669E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76669E is #899961. Grayscale: #707070. Windows color (decimal): -9017698 or 10380918. OLE color: 10380918.

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

Color convert

RGB 118 102 158 -
CMYK 0.25 0.35 0 0.38
HSL 257.14º 0.22% 0.51% -
HSV(B) 257.14º 0.35% 0.62% -
XYZ 18.39 15.82 34.43 -
YUV 113.17 153.3 131.45 -
System Red Green Blue C M Y K H S L
Decimal 118 102 158 0.25 0.35 0 0.38 257.14 0.22 0.51
Hex 76 66 9E 19 23 0 26 101 16 33
Octal 166 146 236 31 43 0 46 401 26 63
Binary 1110110 1100110 10011110 11001 100011 0 100110 100000001 10110 110011

Color Harmonies of #76669E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76669E

Black with #76669E

Text Example


Text Example

White with #76669E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76669E; }

 p { color: rgb(118,102,158); }

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

background-color css

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

 a { background-color: rgb(118,102,158); }

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

border-color css

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

 span { border-color: rgb(118,102,158); }

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