Html Css Color HEX #76779F Scampi

📋 copy color: '#76779F'

red 118 ◦ green 119 ◦ blue 159

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

Shades of Scampi #76779F

Tints of Scampi #76779F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 40.15%

R = 29.8%
G = 30.05%
B = 40.15%

CMYK

 C value IS 0.26

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#76779F (or 0x76779F) is known color: Scampi. HEX triplet: 76, 77 and 9F. RGB value is (118,119,159). Sum of RGB (Red+Green+Blue) = 118+119+159=396 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.80% from 396); Green value is 119 (46.88% from 255 or 30.05% from 396); Blue value is 159 (62.5% from 255 or 40.15% from 396); Max value from RGB is 159 - color contains mainly: blue. Hex color #76779F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76779F is #898860. Grayscale: #7B7B7B. Windows color (decimal): -9013345 or 10450806. OLE color: 10450806.

HSL color Cylindrical-coordinate representation of color #76779F: hue angle of 238.54º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #76779F is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 118 119 159 -
CMYK 0.26 0.25 0 0.38
HSL 238.54º 0.18% 0.54% -
HSV(B) 238.54º 0.26% 0.62% -
XYZ 20.33 19.55 35.5 -
YUV 123.26 148.17 124.25 -
System Red Green Blue C M Y K H S L
Decimal 118 119 159 0.26 0.25 0 0.38 238.54 0.18 0.54
Hex 76 77 9F 1A 19 0 26 EF 12 36
Octal 166 167 237 32 31 0 46 357 22 66
Binary 1110110 1110111 10011111 11010 11001 0 100110 11101111 10010 110110

Color Harmonies of #76779F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76779F

Black with #76779F

Text Example


Text Example

White with #76779F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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