Html Css Color HEX #767291 Scampi

📋 copy color: '#767291'

red 118 ◦ green 114 ◦ blue 145

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

Shades of Scampi #767291

Tints of Scampi #767291

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.24%

 BLUE value IS 145 (57.03% from 255) = 38.46%

R = 31.3%
G = 30.24%
B = 38.46%

CMYK

 C value IS 0.19

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#767291 (or 0x767291) is known color: Scampi. HEX triplet: 76, 72 and 91. RGB value is (118,114,145). Sum of RGB (Red+Green+Blue) = 118+114+145=377 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.30% from 377); Green value is 114 (44.92% from 255 or 30.24% from 377); Blue value is 145 (57.03% from 255 or 38.46% from 377); Max value from RGB is 145 - color contains mainly: blue. Hex color #767291 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767291 is #898D6E. Grayscale: #767676. Windows color (decimal): -9014639 or 9532022. OLE color: 9532022.

HSL color Cylindrical-coordinate representation of color #767291: hue angle of 247.74º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #767291 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 118 114 145 -
CMYK 0.19 0.21 0 0.43
HSL 247.74º 0.12% 0.51% -
HSV(B) 247.74º 0.21% 0.57% -
XYZ 18.6 17.93 29.27 -
YUV 118.73 142.83 127.48 -
System Red Green Blue C M Y K H S L
Decimal 118 114 145 0.19 0.21 0 0.43 247.74 0.12 0.51
Hex 76 72 91 13 15 0 2B F8 C 33
Octal 166 162 221 23 25 0 53 370 14 63
Binary 1110110 1110010 10010001 10011 10101 0 101011 11111000 1100 110011

Color Harmonies of #767291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767291

Black with #767291

Text Example


Text Example

White with #767291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767291; }

 p { color: rgb(118,114,145); }

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

background-color css

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

 a { background-color: rgb(118,114,145); }

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

border-color css

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

 span { border-color: rgb(118,114,145); }

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