Html Css Color HEX #736999 Scampi

📋 copy color: '#736999'

red 115 ◦ green 105 ◦ blue 153

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

Shades of Scampi #736999

Tints of Scampi #736999

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.15%

 BLUE value IS 153 (60.16% from 255) = 41.02%

R = 30.83%
G = 28.15%
B = 41.02%

CMYK

 C value IS 0.25

 M value IS 0.31

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#736999 (or 0x736999) is known color: Scampi. HEX triplet: 73, 69 and 99. RGB value is (115,105,153). Sum of RGB (Red+Green+Blue) = 115+105+153=373 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.83% from 373); Green value is 105 (41.41% from 255 or 28.15% from 373); Blue value is 153 (60.16% from 255 or 41.02% from 373); Max value from RGB is 153 - color contains mainly: blue. Hex color #736999 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736999 is #8C9666. Grayscale: #717171. Windows color (decimal): -9213543 or 10054003. OLE color: 10054003.

HSL color Cylindrical-coordinate representation of color #736999: hue angle of 252.5º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #736999 is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 115 105 153 -
CMYK 0.25 0.31 0 0.4
HSL 252.5º 0.19% 0.51% -
HSV(B) 252.5º 0.31% 0.6% -
XYZ 17.87 16.05 32.29 -
YUV 113.46 150.31 129.1 -
System Red Green Blue C M Y K H S L
Decimal 115 105 153 0.25 0.31 0 0.4 252.5 0.19 0.51
Hex 73 69 99 19 1F 0 28 FD 13 33
Octal 163 151 231 31 37 0 50 375 23 63
Binary 1110011 1101001 10011001 11001 11111 0 101000 11111101 10011 110011

Color Harmonies of #736999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736999

Black with #736999

Text Example


Text Example

White with #736999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736999; }

 p { color: rgb(115,105,153); }

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

background-color css

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

 a { background-color: rgb(115,105,153); }

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

border-color css

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

 span { border-color: rgb(115,105,153); }

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