Html Css Color HEX #767793 Scampi

📋 copy color: '#767793'

red 118 ◦ green 119 ◦ blue 147

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

Shades of Scampi #767793

Tints of Scampi #767793

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 38.28%

R = 30.73%
G = 30.99%
B = 38.28%

CMYK

 C value IS 0.20

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#767793 (or 0x767793) is known color: Scampi. HEX triplet: 76, 77 and 93. RGB value is (118,119,147). Sum of RGB (Red+Green+Blue) = 118+119+147=384 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.73% from 384); Green value is 119 (46.88% from 255 or 30.99% from 384); Blue value is 147 (57.81% from 255 or 38.28% from 384); Max value from RGB is 147 - color contains mainly: blue. Hex color #767793 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767793 is #89886C. Grayscale: #797979. Windows color (decimal): -9013357 or 9664374. OLE color: 9664374.

HSL color Cylindrical-coordinate representation of color #767793: hue angle of 237.93º 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 #767793 is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 119 147 -
CMYK 0.20 0.19 0 0.42
HSL 237.93º 0.12% 0.52% -
HSV(B) 237.93º 0.2% 0.58% -
XYZ 19.33 19.15 30.28 -
YUV 121.89 142.17 125.22 -
System Red Green Blue C M Y K H S L
Decimal 118 119 147 0.20 0.19 0 0.42 237.93 0.12 0.52
Hex 76 77 93 14 13 0 2A EE C 34
Octal 166 167 223 24 23 0 52 356 14 64
Binary 1110110 1110111 10010011 10100 10011 0 101010 11101110 1100 110100

Color Harmonies of #767793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767793

Black with #767793

Text Example


Text Example

White with #767793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767793; }

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

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

background-color css

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

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

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

border-color css

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

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

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