Html Css Color HEX #76738F Scampi

📋 copy color: '#76738F'

red 118 ◦ green 115 ◦ blue 143

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

Shades of Scampi #76738F

Tints of Scampi #76738F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.59%

 BLUE value IS 143 (56.25% from 255) = 38.03%

R = 31.38%
G = 30.59%
B = 38.03%

CMYK

 C value IS 0.17

 M value IS 0.20

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#76738F (or 0x76738F) is known color: Scampi. HEX triplet: 76, 73 and 8F. RGB value is (118,115,143). Sum of RGB (Red+Green+Blue) = 118+115+143=376 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.38% from 376); Green value is 115 (45.31% from 255 or 30.59% from 376); Blue value is 143 (56.25% from 255 or 38.03% from 376); Max value from RGB is 143 - color contains mainly: blue. Hex color #76738F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76738F is #898C70. Grayscale: #767676. Windows color (decimal): -9014385 or 9401206. OLE color: 9401206.

HSL color Cylindrical-coordinate representation of color #76738F: hue angle of 246.43º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #76738F is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 118 115 143 -
CMYK 0.17 0.20 0 0.44
HSL 246.43º 0.11% 0.51% -
HSV(B) 246.43º 0.2% 0.56% -
XYZ 18.56 18.1 28.5 -
YUV 119.09 141.49 127.22 -
System Red Green Blue C M Y K H S L
Decimal 118 115 143 0.17 0.20 0 0.44 246.43 0.11 0.51
Hex 76 73 8F 11 14 0 2C F6 B 33
Octal 166 163 217 21 24 0 54 366 13 63
Binary 1110110 1110011 10001111 10001 10100 0 101100 11110110 1011 110011

Color Harmonies of #76738F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76738F

Black with #76738F

Text Example


Text Example

White with #76738F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,115,143); }

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

background-color css

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

 a { background-color: rgb(118,115,143); }

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

border-color css

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

 span { border-color: rgb(118,115,143); }

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