Html Css Color HEX #76779B Scampi

📋 copy color: '#76779B'

red 118 ◦ green 119 ◦ blue 155

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

Shades of Scampi #76779B

Tints of Scampi #76779B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.36%

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

R = 30.1%
G = 30.36%
B = 39.54%

CMYK

 C value IS 0.24

 M value IS 0.23

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#76779B (or 0x76779B) is known color: Scampi. HEX triplet: 76, 77 and 9B. RGB value is (118,119,155). Sum of RGB (Red+Green+Blue) = 118+119+155=392 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.10% from 392); Green value is 119 (46.88% from 255 or 30.36% from 392); Blue value is 155 (60.94% from 255 or 39.54% from 392); Max value from RGB is 155 - color contains mainly: blue. Hex color #76779B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76779B is #898864. Grayscale: #7A7A7A. Windows color (decimal): -9013349 or 10188662. OLE color: 10188662.

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

Color convert

RGB 118 119 155 -
CMYK 0.24 0.23 0 0.39
HSL 238.38º 0.16% 0.54% -
HSV(B) 238.38º 0.24% 0.61% -
XYZ 19.98 19.41 33.7 -
YUV 122.81 146.17 124.57 -
System Red Green Blue C M Y K H S L
Decimal 118 119 155 0.24 0.23 0 0.39 238.38 0.16 0.54
Hex 76 77 9B 18 17 0 27 EE 10 36
Octal 166 167 233 30 27 0 47 356 20 66
Binary 1110110 1110111 10011011 11000 10111 0 100111 11101110 10000 110110

Color Harmonies of #76779B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76779B

Black with #76779B

Text Example


Text Example

White with #76779B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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