Html Css Color HEX #736796 Scampi

📋 copy color: '#736796'

red 115 ◦ green 103 ◦ blue 150

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

Shades of Scampi #736796

Tints of Scampi #736796

RGB

 RED value IS 115 (45.31% from 255) = 31.25%

 GREEN value IS 103 (40.63% from 255) = 27.99%

 BLUE value IS 150 (58.98% from 255) = 40.76%

R = 31.25%
G = 27.99%
B = 40.76%

CMYK

 C value IS 0.23

 M value IS 0.31

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#736796 (or 0x736796) is known color: Scampi. HEX triplet: 73, 67 and 96. RGB value is (115,103,150). Sum of RGB (Red+Green+Blue) = 115+103+150=368 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.25% from 368); Green value is 103 (40.62% from 255 or 27.99% from 368); Blue value is 150 (58.98% from 255 or 40.76% from 368); Max value from RGB is 150 - color contains mainly: blue. Hex color #736796 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736796 is #8C9869. Grayscale: #6F6F6F. Windows color (decimal): -9214058 or 9856883. OLE color: 9856883.

HSL color Cylindrical-coordinate representation of color #736796: hue angle of 255.32º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #736796 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 115 103 150 -
CMYK 0.23 0.31 0 0.41
HSL 255.32º 0.19% 0.5% -
HSV(B) 255.32º 0.31% 0.59% -
XYZ 17.43 15.55 30.94 -
YUV 111.95 149.48 130.18 -
System Red Green Blue C M Y K H S L
Decimal 115 103 150 0.23 0.31 0 0.41 255.32 0.19 0.5
Hex 73 67 96 17 1F 0 29 FF 13 32
Octal 163 147 226 27 37 0 51 377 23 62
Binary 1110011 1100111 10010110 10111 11111 0 101001 11111111 10011 110010

Color Harmonies of #736796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736796

Black with #736796

Text Example


Text Example

White with #736796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736796; }

 p { color: rgb(115,103,150); }

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

background-color css

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

 a { background-color: rgb(115,103,150); }

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

border-color css

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

 span { border-color: rgb(115,103,150); }

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