Html Css Color HEX #76669B Scampi

📋 copy color: '#76669B'

red 118 ◦ green 102 ◦ blue 155

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

Shades of Scampi #76669B

Tints of Scampi #76669B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.33%

R = 31.47%
G = 27.2%
B = 41.33%

CMYK

 C value IS 0.24

 M value IS 0.34

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#76669B (or 0x76669B) is known color: Scampi. HEX triplet: 76, 66 and 9B. RGB value is (118,102,155). Sum of RGB (Red+Green+Blue) = 118+102+155=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 102 (40.23% from 255 or 27.2% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 155 - color contains mainly: blue. Hex color #76669B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76669B is #899964. Grayscale: #707070. Windows color (decimal): -9017701 or 10184310. OLE color: 10184310.

HSL color Cylindrical-coordinate representation of color #76669B: hue angle of 258.11º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #76669B is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 118 102 155 -
CMYK 0.24 0.34 0 0.39
HSL 258.11º 0.21% 0.5% -
HSV(B) 258.11º 0.34% 0.61% -
XYZ 18.14 15.72 33.09 -
YUV 112.83 151.8 131.69 -
System Red Green Blue C M Y K H S L
Decimal 118 102 155 0.24 0.34 0 0.39 258.11 0.21 0.5
Hex 76 66 9B 18 22 0 27 102 15 32
Octal 166 146 233 30 42 0 47 402 25 62
Binary 1110110 1100110 10011011 11000 100010 0 100111 100000010 10101 110010

Color Harmonies of #76669B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76669B

Black with #76669B

Text Example


Text Example

White with #76669B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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