Html Css Color HEX #767794 Scampi

📋 copy color: '#767794'

red 118 ◦ green 119 ◦ blue 148

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

Shades of Scampi #767794

Tints of Scampi #767794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 38.44%

R = 30.65%
G = 30.91%
B = 38.44%

CMYK

 C value IS 0.20

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#767794 (or 0x767794) is known color: Scampi. HEX triplet: 76, 77 and 94. RGB value is (118,119,148). Sum of RGB (Red+Green+Blue) = 118+119+148=385 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.65% from 385); Green value is 119 (46.88% from 255 or 30.91% from 385); Blue value is 148 (58.20% from 255 or 38.44% from 385); Max value from RGB is 148 - color contains mainly: blue. Hex color #767794 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767794 is #89886B. Grayscale: #797979. Windows color (decimal): -9013356 or 9729910. OLE color: 9729910.

HSL color Cylindrical-coordinate representation of color #767794: hue angle of 238º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #767794 is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 119 148 -
CMYK 0.20 0.20 0 0.42
HSL 238º 0.12% 0.52% -
HSV(B) 238º 0.2% 0.58% -
XYZ 19.41 19.18 30.7 -
YUV 122.01 142.67 125.14 -
System Red Green Blue C M Y K H S L
Decimal 118 119 148 0.20 0.20 0 0.42 238 0.12 0.52
Hex 76 77 94 14 14 0 2A EE C 34
Octal 166 167 224 24 24 0 52 356 14 64
Binary 1110110 1110111 10010100 10100 10100 0 101010 11101110 1100 110100

Color Harmonies of #767794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767794

Black with #767794

Text Example


Text Example

White with #767794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767794; }

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

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

background-color css

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

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

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

border-color css

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

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

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